| import_RDS | R Documentation |
RDS fileFunction to import a data.frame stored as a .RDS file while extracting value labels from factors.
import_RDS(filePath, checkVarNames = TRUE)
filePath |
Source file location, ending on |
checkVarNames |
Should variable names be checked for violations of |
Factors are integers with labeled variable levels. import_RDS extracts these labels and stores them in a separate meta data data.frame.
See import_DF for detailed information. This function is a wrapper around import_DF.
Returns a list with the actual data dat and a data frame with all meta information in long format labels.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.