ls_standardize_dates | R Documentation |
Standardize Date Variables in LimeSurvey Data
ls_standardize_dates(
.data,
date_cols = c("completed", "sent", "submitdate", "startdate", "datestamp"),
as_na = c("", "N", "Y"),
...
)
.data |
tibble, data frame with LimeSurvey data. |
date_cols |
character, names of date columns to be standardized. |
as_na |
character, values to be coerced to |
... |
Arguments passed on to
|
A tibble with standardized date variables.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.