Description Usage Arguments Value Examples
Import csv microdata to R, optimizing for big data (student and teacher levels)
1 | import_csv2rda(file_path_origin, file_path_destiny)
|
file_path_origin |
character, path to downloaded .csv file |
file_path_destiny |
character, path to .rda file to be created |
data.frame saved in .rda file
1 2 3 4 5 6 7 8 9 | ## Not run:
file.downloaded='~/YOUR_PATH/downloaded_data/ESCOLA.CSV'
file.imported='~/YOUR_PATH/temp_data.rda'
import_csv2rda(file_path_origin=file.downloaded,
file_path_destiny=file.imported)
## End(Not run)
# for a more complete view, see ?insert_labels
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.