write_metadata {csvy}R Documentation

Write csvy metadata

Description

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

Usage

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)


[Package csvy version 0.3.0 Index]