View source: R/prep_datatype_from_data.R
prep_datatype_from_data | R Documentation |
Get data types from data
prep_datatype_from_data(
resp_vars = colnames(study_data),
study_data,
.dont_cast_off_cols = FALSE
)
resp_vars |
variable names of the variables to fetch the data type from the data |
study_data |
data.frame the data frame that contains the measurements Hint: Only data frames supported, no URL or file names. |
.dont_cast_off_cols |
logical internal use, only |
vector of data types
## Not run:
dataquieR::prep_datatype_from_data(cars)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.