View source: R/utils-datatypes.R
sf_format_time | R Documentation |
Format all Date and Datetime values in an object
sf_format_time(x) ## S3 method for class 'list' sf_format_time(x) ## S3 method for class 'data.frame' sf_format_time(x) ## S3 method for class 'Date' sf_format_time(x) ## S3 method for class 'POSIXct' sf_format_time(x) ## S3 method for class 'POSIXlt' sf_format_time(x) ## S3 method for class 'POSIXt' sf_format_time(x) ## S3 method for class 'character' sf_format_time(x) ## S3 method for class 'numeric' sf_format_time(x) ## S3 method for class 'logical' sf_format_time(x) ## S3 method for class ''NULL'' sf_format_time(x) ## S3 method for class 'AsIs' sf_format_time(x)
x |
data which may or may not have values, elements, columns that represent a datetime. If so, each of those are cast to the ISO8601 standard per the requirements of Salesforce APIs. |
the same data object with datetime values formatted.
This function is meant to be used internally. Only use when debugging.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.