intro_r/README.org

19 lines
508 B
Org Mode
Raw Normal View History

2022-10-27 14:13:32 +02:00
* A brief introduction to R
2021-11-13 19:29:23 +01:00
2022-10-27 14:13:32 +02:00
Scripts describing simple tasks to learn the first steps to work with
data using the R programming environment
** First steps in R
2022-10-27 16:03:45 +02:00
* [[./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]]
2022-10-27 14:13:32 +02:00
** Subsetting and indexing
* [[./script/replace_values.R][Build column in table indexing values]]
** Reading data
* [[./script/extractpdf.R][Reading pdf files]]