powered by
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)
A vector
# Most types are returned unchanged output_column(1) output_column("x") # datetimes are formatted in ISO 8601 output_column(Sys.Date()) output_column(Sys.time())
Run the code above in your browser using DataLab