-
Notifications
You must be signed in to change notification settings - Fork 0
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
Data dictionary #89
Data dictionary #89
Conversation
@cjyetman @AlexAxthelm I am a bit unsure why the R-CMD check gets hung up over no visible binding of internal data files. My understanding is that internal data should be available without further calls needed. That's how I interpret this at least: https://r-pkgs.org/data.html#sec-data-sysdata |
I think e.g. (load("~/github/rmi-pacta/workflow.multi.loanbook/R/sysdata.rda"))
#> [1] "data_dictionary" |
huh correct.. this is a case of "never assume" I guess |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmmm... I was skeptical because the dif file viewer said that sysdata.rda
only changed 9 Bytes, but I just ran it locally as is and it seems to be fine
closes #50
data_dictionary
, which documents and explains the data structure of all outputsdata_ditionary.Rmd
which provides some context for each output data set and shows the corresponding entry of the data dictionary in aDT::datatable
NOTE: