Description Usage Arguments Examples
Function to match records across databases. Generates various outputs (rosetta files, mismatch tracking). Target folders are generated if they don't exist
1 2 3 4 5 6 7 8 9 10 11 | matchRecords(
nuseds.rds.file,
nuseds.pop.info,
epad.rds.file,
mrp.rds.file,
mrp.rds.details.file,
out.folder = "OUTPUT",
tracking.folder = "DATA/TrackingFiles",
lookup.folder = "DATA/LookupFiles",
processed.folder = "DATA/LargeFiles_Processed"
)
|
nuseds.rds.file |
path to the nuSEDS input file (in RDS format) |
nuseds.pop.info |
path to the pop/site info file from nuSEDS (in csv format) |
epad.rds.file |
path to the EPAD input file (in RDS format) |
mrp.rds.file |
path to the MRP summary input file (in RDS format) |
out.folder |
path for storing output (CU summary stored there) |
tracking.folder |
path for storing tracking files (site mismatches etc. stored there) |
lookup.folder |
path for storing generated lookup files ("rosetta" files stored there) |
processed.folder |
folder path for storing modified csv files (MRP summaries with CU match stored there) |
epad.rds.details.file |
path to the EPAD details input file (in RDS format) |
1 2 3 4 5 | ## Not run: matchRecords(nuseds.rds.file = "DATA/RDSFiles/nuSEDS.RDS",
nuseds.pop.info ="DATA/LookupFiles/aopen-data-portaljanuary-2019conservation_unit_system_sites.csv",
epad.rds.file = "DATA/RDSFiles/EPAD.RDS",
mrp.rds.file = "DATA/RDSFiles/MRP.RDS" )
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.