View source: R/parse_date_arguments.R
parse_date_arguments | R Documentation |
Function to parse date arguments for other functions.
parse_date_arguments(date, type, tz = "UTC", quiet = FALSE)
date |
Date string to be parsed. |
type |
Type of date: |
tz |
Time-zone, defaults to |
quiet |
Should the date parser be quiet and not raise warnings when dates cannot be passed? |
POSIXct vector with length of 1.
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.