#1701 is done, but if we really want to be fully supportive of CSV+metadata we'll need to support it in `fwrite` as well. Basic idea will be to use `yaml::write_yaml` + `fwrite(append = TRUE)`. Will make `yaml && append` an error.
#1701 is done, but if we really want to be fully supportive of CSV+metadata we'll need to support it in
fwriteas well.Basic idea will be to use
yaml::write_yaml+fwrite(append = TRUE). Will makeyaml && appendan error.