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

workflow for exporting raw / derived data objects #11

Open
egouldo opened this issue Mar 16, 2017 · 0 comments
Open

workflow for exporting raw / derived data objects #11

egouldo opened this issue Mar 16, 2017 · 0 comments
Assignees
Milestone

Comments

@egouldo
Copy link
Owner

egouldo commented Mar 16, 2017

#10 partially solved, knock-on problem:

See Hadley's notes here
http://r-pkgs.had.co.nz/data.html

Why I want to share CSV files of each of the RDA files:

  • want language agnostic data files
  • want them to be viewable within the repository... Github renders files nicely in your browser

Why this isn't great

  • when data is automatically loaded from the data/ folder, CSV files arent properly imported... each value is squished into a single character string across all variables
  • aside from this, storing files as CSVs loses information about the variable types upon import... feather would be cool here. rda will do because I don't know how to change the method for loading data files inside data/ within packages... I think it uses the data() function... would be nice to override this with something else...
@egouldo egouldo self-assigned this Mar 16, 2017
@egouldo egouldo added this to the pkg-dev milestone Mar 16, 2017
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

1 participant