conv_date | R Documentation |
Converts a single year to a date
conv_date(vec)
vec |
a character vector containing dates in the format "yyyy" |
a Date vector
x <- c("2000", "1900", "2020", "1950")
nsqipr:::conv_date(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.