View source: R/hfr_dqa_utilities.R
validate_hfr_data | R Documentation |
Validate processed hfr data
validate_hfr_data(hfr_data, orgs, ims, dates, keep_values = FALSE)
hfr_data |
processed hfr data |
orgs |
datim org hierarchy |
ims |
datim mechanisms |
dates |
hfr valid dates |
keep_values |
Keep values along the error flags |
errors data frame
## Not run:
validate_hfr_data(df_hfr_data, orgs=org_hierarchy, ims=df_mechanisms, dates=df_hfr_dates)
validate_hfr_data(df_hfr_data, orgs=org_hierarchy, ims=df_mechanisms, dates=df_hfr_dates, keep_values = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.