View source: R/fn123_error_queries.R
fn123_error_queries | R Documentation |
FN123 Data Check
fn123_error_queries(FN123, FN125)
FN123 |
FN123 table with PRJ_CD, SAM, EFF, SPC, CATCNT, CATWT, BIOCNT |
FN125 |
FN125 table with PRJ_CD, SAM, EFF, SPC, FISH, RWT |
list of named tables with records that should be checked.
## Not run:
library(dplyr)
ErrorTables <- fn123_error_queries(FN123, FN125)
lapply(ErrorTables, head)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.