Read PALMS data from a csv file

read_palms(file)

Arguments

file

Path to the PALMS csv file.

Value

A sf data.frame of PALMS data represented as POINT geometry.

Details

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

Examples

# NOT RUN {
palms <- read_palms('palms_file.csv')
# }