Description Usage Arguments Value Author(s) See Also Examples
This function converts POSIXt dates to a string reprentation of the date. The string format is convenient when calculating daily summaries etc.
1 | day.string(x)
|
x |
A POSIXt object |
Day in string format.
Matti Pastell <matti.pastell@helsinki.fi>
1 2 3 | date <- Sys.time()
day.str <- day.string(date)
print(day.str)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.