unlist_dates | R Documentation |
unlist_dates
converts dates stored in data frames or lists into
a vector while retaining the date format. It also unnames the dates and
uses the lubridate
package to convert the dates to ymd
format
unlist_dates(x)
x |
Data frame or list of dates |
Used in scripts: Robust function: FALSE
Vector of dates on "%Y-%m-%d" format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.