From 50e1dc9340f4b495ac2d379bb7ed4c818955dc51 Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 27 Oct 2022 11:03:45 -0300 Subject: [PATCH] Info about help in R --- README.org | 2 +- script/help_r.org | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 script/help_r.org diff --git a/README.org b/README.org index 0a1a51c..8b6a45f 100755 --- a/README.org +++ b/README.org @@ -5,7 +5,7 @@ data using the R programming environment ** First steps in R - * [[./script/help_r.R][Asking for help to use R]] + * [[./script/help_r.org][Asking for help to use R]] * [[./script/integerq_modulo.R][Integer quocient and modulo]] * [[./script/non_stand_eval.R][Non-standard evaluation in R]] diff --git a/script/help_r.org b/script/help_r.org new file mode 100644 index 0000000..a1a1982 --- /dev/null +++ b/script/help_r.org @@ -0,0 +1,10 @@ + +** How to find help to begin with R + +You may begin with the following in the R-console: + +#+begin_src R + ?help.start() +#+end_src + +Check this [[https://git.disroot.org/multifarm/R_info][repository]]