Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-26 00:20:44 +00:00
parent 048e3ad81e
commit 197e4c944f
55 changed files with 110 additions and 80 deletions

4
tldr/r
View File

@@ -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: