read_flight_file: Read in txt file from telemetry flight

Description Usage Arguments Value

View source: R/readFlightFile.R

Description

Read in txt file from telemetry flight

Usage

1
2
3
4
5
6
read_flight_file(
  input_file,
  remove_999 = T,
  mort_sig = T,
  try_formats = c("%m/%d/%y %H:%M:%OS", "%m/%d/%Y %H:%M:%OS")
)

Arguments

input_file

The file path of the txt file.

remove_999

Use remove_999=T to remove all 999 tag IDs. Use remove_999=F otherwise.

mort_sig

When Tag IDs > 100 signal mortality, use mort_sig=T. Use mort_sig=F otherwise.

try_formats

The program uses POSIXct dates internally. If the date was programmed with an unusual format, it can be modified here.

Value

Returns a data.frame representation of the raw data.


jBernardADFG/telprep documentation built on July 26, 2020, 2:17 a.m.