caring_read_file | R Documentation |
caring_read_file
reads sav, dta, xlsx, tsv and csv files and prepares data for caring.
caring_read_file(filepath)
filepath |
The path to the data file. |
This function returns a data frame.
Modesto Escobar, Department of Sociology and Communication, University of Salamanca.
## Not run:
filename <- "demo.sav"
data <- caring_read_file(filename)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.