unique_dates | R Documentation |
Convenient way to retrieve all unique dates within data set. The default formating of the date retrieves unique "days" (y-m-d), but other formats are possible (e.g. month or years).
unique_dates(x, ts_format = "%Y-%m-%d")
x |
Data frame with column "Timestamp" or vector of timestamp data. |
ts_format |
String. Indicating the format of the specified date. Default is specifies days: "%Y-%m-%d" |
String of unique day-dates.
unique_ids
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.