import_gps_collars: Import Telonics GPS collar data (generalized version of...

View source: R/import_tools_MC.R

import_gps_collarsR Documentation

Import Telonics GPS collar data (generalized version of 'import_TelCSVfiles')

Description

Import Telonics GPS collar data (generalized version of 'import_TelCSVfiles')

Usage

import_gps_collars(
  dir_path = "./data/raw_data/telonics",
  nskip = 21,
  collar_type = "Telonics Spreadspectrum",
  ...
)

Arguments

dir_path

a relative directory path to a folder containing raw Telonics GPS collar data

nskip

a numeric value indicating the number of rows to remove from top of the CSV file

collar_type

the make and model of GPS collar data to be imported. Accepted values include: #'

  • "Telonics Spreadspectrum"

  • "Telonics Iridium"

  • "ATS Globalstar"

...

other inherited arguments

Value

a dataframe containing GPS collar data


jlaufenb/AniTrackTools documentation built on July 7, 2023, 3:33 a.m.