Skip to content
New issue

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

metadata using csvy #26

Open
jenmunoz opened this issue Mar 2, 2016 · 1 comment
Open

metadata using csvy #26

jenmunoz opened this issue Mar 2, 2016 · 1 comment

Comments

@jenmunoz
Copy link

jenmunoz commented Mar 2, 2016

I am wondering if when the reviewers run the Rscript for the metadata .csvy, it will rewrite the file and delete all the info included in the metadata manually. That is not ideal!

@aammd
Copy link
Member

aammd commented Mar 2, 2016

@jenmunoz I completely agree that its not ideal! I think that a good solution is to somehow separate the file with the metadata from the one that your script produces. Here are some options:

  • have your script write a file like mydata_tidy.csv and then create a metadata file called mydata_with_metadata.csvy or something.
  • You could write a CSV, then create your YAML metadata by hand and save the new file as .csvy (then they can have the same name, but different file extension)
  • Write your YAML by hand and keep it in a separate metadata.yml file.

But whatever happens, there is no risk of your reviewers accidentally modifying your work. I've made sure that they do not have permission to do so!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants