Description Usage Arguments Value Examples
View source: R/CameraTrapDataCollection.R
Function to print each photograph and collect data on the time the photo was taken.
1 2 3 4 5 6 | CameraTrapDataCollection(
inputfile = CameraTrapDataOutput,
rowstart = 1,
dataframe.cont = FALSE,
option = "Viewer"
)
|
inputfile |
the dataframe output by the CameraTrapDataAccess function |
rowstart |
if data collection was interrupted using the command 'break' which row to use to resume |
dataframe.cont |
logical; change to 'TRUE' if data collection was interrupted |
option |
'Viewer' or 'Plot' indicates how to print image; 'Viewer' loads faster but may not show entire image |
a dataframe with an additional column 'Time' with user input values
1 2 | CombinedAnimalDF_TimeAdded <- CameraTrapDataCollection(inputfile =
CameraTrapDataOutput,dataframe.cont=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.