output_column | R Documentation |
This is a generic function that applied to each column before it is saved to disk. It provides a hook for S3 classes that need special handling.
output_column(x, name)
x |
A vector |
# Most columns are not altered, but POSIXct are converted to ISO8601.
x <- parse_datetime("2016-01-01")
str(output_column(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.