Read PALMS data from a csv file
read_palms(file)
file | Path to the PALMS csv file. |
---|
A sf data.frame
of PALMS data represented as POINT
geometry.
This functions checks for the following columns, and will fail if these are not present:
datetime
dow
lon
lat
fixtypecode
iov
tripnumber
triptype
tripmot
activity
activityintensity
activityboutnumber
sedentaryboutnumber
# NOT RUN { palms <- read_palms('palms_file.csv') # }