read_flight_data: Read raw txt files into R

Description Usage Arguments Value

View source: R/readFlightData.R

Description

Read raw txt files into R

Usage

1
2
3
4
5
6
read_flight_data(
  folder_path,
  crs_in = "+proj=longlat +datum=WGS84 +no_defs",
  remove_999 = T,
  mort_sig = T
)

Arguments

folder_path

The path of the folder where the txt files are located.

crs_in

The txt file CRS proj4string.

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.

Value

Returns a list of data.frames containing the raw data from each file in the folder. To see how the data is organized use names(output). Note: the coordinates are converted to a UTM projection.


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