
r
List of commands for r:
-
r:tldr:a58d1 r: Execute an R expression and then exit.$ R -e ${expr}try on your machineexplain this command
-
r:tldr:ab047 r: Start R in vanilla mode (i.e. a blank session that doesn't save the workspace at the end).$ R --vanillatry on your machineexplain this command
-
r:tldr:c35d8 r: Check R packages from package sources.$ R CMD check ${path-to-package_source}try on your machineexplain this command