Info about help in R

This commit is contained in:
Jose 2022-10-27 11:03:45 -03:00
parent 635127124f
commit 50e1dc9340
2 changed files with 11 additions and 1 deletions

View File

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

10
script/help_r.org Normal file
View File

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