We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#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.
fwrite
Basic idea will be to use yaml::write_yaml + fwrite(append = TRUE). Will make yaml && append an error.
yaml::write_yaml
fwrite(append = TRUE)
yaml && append
The text was updated successfully, but these errors were encountered:
Closes #3534 -- adds csvy support for fwrite()
f74240b
MichaelChirico
Successfully merging a pull request may close this issue.
#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 makeyaml && append
an error.The text was updated successfully, but these errors were encountered: