Description Usage Arguments Details Value Author(s)
Pull a dataset from your own directory files.
1 |
path |
path where is your dataset in your local directory |
encoding |
type of code form |
sheet |
page you want to import if you are pulling a |
col_select |
vector of specific variables from your dataset that you want to use (rather than the all dataset). |
... |
additional arguments to use to import the dataset. |
This function allows you to pull a dataset with many types of formats.
"This function allows us to pull a clean dataset with great characteristics:"
Use any of this format: .sas7bdat, .txt, .csv, .rds, .xls, .xlsx
Use the parameter col_select
, to select variables that we want from the dataset
Delete special characters
Toupper Variables
Toupper character and factor observations
Assign the correct data type to each variable
Change "" strings to N/A
Remove whitespace from start and end of each observation
Eduardo Trujillo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.