read_lotek_activity: Read one or more lotek activity text files

View source: R/read_lotek.R

read_lotek_activityR Documentation

Read one or more lotek activity text files

Description

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)

rgzn/beastr documentation built on June 7, 2022, 2:43 a.m.