mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 06:57:05 +00:00
Update cheatsheets
This commit is contained in:
4
tldr/r
4
tldr/r
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# R
|
||||
|
||||
> R language interpreter.
|
||||
> More information: <https://www.r-project.org>.
|
||||
> More information: <https://manned.org/R>.
|
||||
|
||||
- Start a REPL (interactive shell):
|
||||
|
||||
@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Start R in vanilla mode (i.e. a blank session that doesn't save the workspace at the end):
|
||||
|
||||
`R {{[-v|--vanilla]}}`
|
||||
`R --vanilla`
|
||||
|
||||
- Execute a file:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user