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]]