Description Usage Arguments Value
View source: R/readFlightData.R
Read raw txt files into R
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
)
|
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. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.