monthyear_to_date | R Documentation |
Convert month and year to date
monthyear_to_date(
df,
monthcol = "Month",
yearcol = "Year",
datecol = "Date",
dateFormat = "%m %Y"
)
df |
a dataframe with a column for month and a column for year. |
monthcol |
length 1 character vector name of the month column. |
yearcol |
length 1 character vector name of the year column. |
datecol |
length 1 character vector name of the year column. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.