-
Notifications
You must be signed in to change notification settings - Fork 21
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
TADA_CreateParamRef() and TADA_CreateParamUseRef() #555
base: develop
Are you sure you want to change the base?
Conversation
First 2 reference files draft functions have been pushed through.
working on addressing some check issues that were found |
TADA_CreateParamRef and TADA_CreateParamUseRef .RD files
removal of some intermediate objects
Update - only print df if there are failing URLs
documentation suggestions
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.
Comments about requested changes are in-line or discussed in our working session call.
Added a tab for org_name filtered paramter and use names from ATTAINS Modified return values of ATTAINS.FlagParameterName
@cristinamullin @hillarymarler There are still some edits and formatting I would like to make, but I think this is in a good spot to review now. I will be out of the office tomorrow but will be back on Friday the 20th. |
…/USEPA/EPATADA into Create-Module-3-Reference-Tables
Changed name to identifier where applicable. Updated some flagging functions Updates to vignette
Data_6Tribes_5y_Harmonized is showing TADA.ComparableDataIdentifier as PH_NA_NA_NA. Did we decide on if we wanted it all to be harmonized to PH_NA_NA_STD UNITS or PH_NA_NA_NA?
Update to .Rd documents Updates to global variables
Updated minor excel output bug, and updated documentation for greater clarity in Mod 3 functions.
consolidate ATTAINS functions into one .R
fix mod 3, update example data and ref tables
@wokenny13 can you look into this check note? ❯ checking R code for possible problems ... [18s] NOTE
TADA_GetEPA304aRef: no visible binding for global variable 'UNIT_NAME'
Undefined global functions or variables:
UNIT_NAME |
Made code more concise and readable. Reduced lines to less than 100 characters global variable update.
pkgdown currently only supports html format
qmd is not supported by pkgdown
First 2 reference files draft functions have been pushed through to test.
I am still working on the Mod 3 vignettes, however the R document contains a detailed explanation of what the two functions' goals are, and can be reviewed in the meantime while I continue to work on the Mod 3 vignettes.