Description Usage Arguments Value
View source: R/readFlightFile.R
Read in txt file from telemetry flight
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")
)
|
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. |
Returns a data.frame representation of the raw data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.