| year_month | R Documentation |
This function lets the user convert a date into YYYY-MM, YYYY-QX, or YYYY-WW format easily.
year_month(date)
year_quarter(date)
year_week(date)
date |
Date vector. Date to transform format. |
Vector with dates reformatted
Other Data Wrangling:
balance_data(),
categ_reducer(),
cleanText(),
date_cuts(),
date_feats(),
file_name(),
formatHTML(),
holidays(),
impute(),
left(),
normalize(),
num_abbr(),
ohe_commas(),
ohse(),
quants(),
removenacols(),
replaceall(),
replacefactor(),
textFeats(),
textTokenizer(),
vector2text(),
zerovar()
year_month(Sys.Date())
year_quarter(Sys.Date())
year_week(Sys.Date())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.