diff --git a/pages.pl/common/r.md b/pages.pl/common/r.md new file mode 100644 index 0000000000..91aab36570 --- /dev/null +++ b/pages.pl/common/r.md @@ -0,0 +1,16 @@ +# r + +> R language interpreter. +> More information: . + +- Start an R interactive shell (REPL): + +`R` + +- Check R version: + +`R --version` + +- Execute a file: + +`R -f {{file.R}}`