-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

Rscript


> Run a script with the R programming language.

More information.


Run a script:

Rscript {path/to/file.R}

Run a script in vanilla mode (i.e. a blank session that doesn't save the workspace at the end):

Rscript --vanilla {path/to/file.R}

Execute one or more R expressions:

Rscript -e {expression1} -e {expression2}

Display R version:

Rscript --version


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 01:01:23 2024