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

Functions to produce data Roxygen documentation from dataspice metadata #76

Open
annakrystalli opened this issue Feb 17, 2019 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@annakrystalli
Copy link
Collaborator

It would be really great if we could produce Roxygen documentation for data from dataspice metadata

@annakrystalli annakrystalli added the enhancement New feature or request label Feb 17, 2019
@noamross
Copy link

noamross commented Feb 18, 2019

This seems like a good idea! I have found it can be helpful to have richer data than a bulleted list for real data data sets with many values or categories, so I've produced R help that includes tables that are optionally interactive and searchable.

An example is https://github.com/ecohealthalliance/cites/ . The relevant Roxygen and associated helper functions are in this file: https://github.com/ecohealthalliance/cites/blob/master/R/codes.R .

This code has some fall-back logic, but that part could probably be made better.

@annakrystalli
Copy link
Collaborator Author

That's a great resource! Love the interactive tables. 😍

Just a heads up though that the colours don't seem to adjust against a dark Rstudio background:
image

@amoeba amoeba added this to the v1.1 milestone Jul 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants