Browse Source

r: add page (#1524)

Vincent Yang 7 years ago
parent
commit
e274d45f41
1 changed files with 15 additions and 0 deletions
  1. 15 0
      pages/common/r.md

+ 15 - 0
pages/common/r.md

@@ -0,0 +1,15 @@
+# r
+
+> R language interpreter.
+
+- Start an R interactive shell (REPL):
+
+`R`
+
+- Check R version:
+
+`R --version`
+
+- Execute a file:
+
+`R -f {{file.R}}`