Description Usage Arguments Examples
View source: R/createMasterR.R
This function allows you to compile data from batches containing radio receiver text files.
1 | createMasterR(drive, batch, EMG = FALSE, tagIDs)
|
drive |
The single-letter name of the drive where the database is located. Usually "G" or "E" depending on which computer you are working from. |
batch |
The name or names of the batch folders where the receiver text files are stored. |
EMG |
Defaults to FALSE, if TRUE, the data will be formatted for EMG files, not CART files. |
tagIDs |
Unless you specified EMG = TRUE, a single C.Code.ID or a vector of C.Code.IDs with the TagIDs you wish to examine. Best to set this as the C.Code.ID column from your fish data workbook dataframe. If you set EMG=T, then use the EMG.ID column, not the C.Code.ID. |
1 | createMasterR(drive="G",batch="CLRADIO",EMG=F,tagIDs=fish$C.Code.ID)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.