Description Usage Arguments Value
View source: R/TS_match_data.R
Binds all columns from the second dataset to the first dataset by finding the closest Datetime observations.
1 | TS_match_data(dataset, imagedata)
|
dataset |
a data frame object containing a column called "Datetime". Datetime column must contain POSIXct date-time objects. |
imagedata |
a data frame containing image metadata. Must have a column called "Datetime" containing POSIXct date-time objects and a column called "TriggerMode" with camera trigger mode as character objects (see TS_extract_meta.R). |
A new data frame with dataset and imagedata merged together.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.