Updating files
parent
1bcc12a8e5
commit
b5b74398d7
@ -1,3 +1,14 @@
|
||||
# intro_r
|
||||
* A brief introduction to R
|
||||
|
||||
Scripts describing simple tasks to learn the first steps to work with data using R programming environment
|
||||
Scripts describing simple tasks to learn the first steps to work with
|
||||
data using the R programming environment
|
||||
|
||||
** First steps in R
|
||||
|
||||
* [[./script/help_r.R][Asking for help to use R]]
|
||||
* [[./script/integerq_modulo.R][Integer quocient and modulo]]
|
||||
* [[./script/non_stand_eval.R][Non-standard evaluation in R]]
|
||||
|
||||
** Subsetting and indexing
|
||||
|
||||
* [[./script/replace_values.R][Build column in table indexing values]]
|
||||
|
Loading…
Reference in New Issue