Vincent Yang %!s(int64=7) %!d(string=hai) anos
pai
achega
e274d45f41
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  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}}`