add_date_and_format | R Documentation |
This function takes a data frame of activity counts and adds a column of time stamps in POSIXct format. The time stamps start at "2012-04-07 00:00:30" and increase by 30 seconds for each row of the data frame.
add_date_and_format(counts)
counts |
a data frame containing activity counts |
a data frame with time stamps added in POSIXct format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.