read_lotek_activity | R Documentation |
If the same record is contained in multiple files, duplicates are removed. This happens when a device has multiple downloads with overlapping timespans. Note that this data is not spatial, but may be linked to corresponding spatial data through the 'device_id' and 'time'.
read_lotek_activity(files)
files |
File paths, either a single file path or a list/vector of multiple paths. These should point to lotek activity .csv files, which are not really true CSVs. |
activity_files = system.file("lotek/activity.csv", package="beastr") activity = read_lotek_activity(activity_files)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.