write_metadata: Write csvy metadata

Description Usage Arguments Value

View source: R/write_metadata.R

Description

Write csvy metadata to an external .yml/.yaml or .json file

Usage

1
write_metadata(metadata_list = NULL, file = NULL)

Arguments

metadata_list

metadata to be stored. Must be valid as per yaml::as.yaml() or jsonlite::write_json() for that particular output type.

file

full path of file in which to save the metadata.

Value

NULL (invisibly)


csvy documentation built on May 2, 2019, 2:09 a.m.