View source: R/merge.disease.R
merge.disease | R Documentation |
merge lab results with capture data. This will likely only be used for Idaho and Asotin data (Wyoming is already merged)
## S3 method for class 'disease'
merge(disease, sheets, cap, aidcol, merge, mergecol)
disease |
path to disease excel workbook |
sheets |
sheets within disease data.frame to be merged with capture data |
cap |
path to capture database |
aidcol |
name of column where animal ID exists in capture data.frame |
merge |
Logical. If TRUE (default), function will merge desired component of lab results to capture data |
mergecol |
name of sheet for desired merge |
Returns a list (if merge = TRUE) with list of sheets with lab results and merged data.frame of selected lab results to capture data. If merge = FALSE, a list of sheets for all lab results #' will be returned
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.