Skip to contents

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`.

Usage

read_lotek_activity(files)

Arguments

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.

Examples

activity_files = system.file("lotek/activity.csv", package="beastr")
activity = read_lotek_activity(activity_files)
#> Error: '' does not exist in current working directory ('/Users/miaui/src/beastr/docs/reference').