metadata.yml
R/utils.R
write_metadata.Rd
Write metadata.yml file with custom R code formatted to allow line breaks.
write_metadata(data, path, style_code = FALSE)
austraits metadata object (a list)
austraits
Location where the metadata file is to be written to
Should the R code be styled?
if (FALSE) { # \dontrun{ f <- "data/Falster_2003/metadata.yml" data <- read_metadata(f) write_metadata(data, f) } # }