Index of /~yandell/R_for_data_sciences/curate

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.md2017-09-27 15:56 906  
[TXT]applyExample.html2017-09-28 10:47 699K 
[TXT]data_tables.html2017-09-28 10:47 712K 
[TXT]file.html2017-09-28 10:47 888K 
[TXT]function.html2017-09-28 10:47 702K 
[TXT]intro_dplyr.html2017-09-28 10:47 707K 
[TXT]purrr.html2017-09-28 10:47 699K 
[TXT]regex.html2017-09-28 10:47 700K 
[TXT]species.html2017-09-28 10:47 706K 
[TXT]string.html2017-09-28 10:47 695K 
[TXT]tidyverse.html2017-09-28 10:47 702K 

Learning Objectives: After completing this material, an individual will be able to curate data in R.

file contents
data_tables Working with data tables in R
applyExample Examples using for and apply
intro_dplyr sub_lesson recasting data.frame examples
tidyverse Tidyverse split-apply-combine example
purrr another example using map & transpose
string characters and strings
regex regular expressions
function examples of functions
file read and write files