get.witrox.data {rMR} | R Documentation |
Load Data from 'AutoResp' Software Generated .txt Files
Description
Allows user to import data from Loligo (R) Systems' 'Autoresp' software-generated text files into a R data.frame (class data.frame
)
Usage
get.witrox.data(data.name, lines.skip, delimit = "tab",
choose.names = F, chosen.names = NULL,
format)
Arguments
data.name |
Full data file name as character string. |
lines.skip |
The lines in the header to be skipped. If |
delimit |
Choose the delimiter. Defaults to tab delimited. Can take values of |
choose.names |
logical: if |
chosen.names |
If |
format |
This is the format that the date-time column is formatted in by auto resp–This must be the FIRST COLUMN. The default format is |
Value
Returns an object of class data.frame, with std.time
as the last column, which is in the default standard POSIXct
date-time format.
Author(s)
Tyler L. Moulton
See Also
Examples
# Requires a text file. Download fish_MR.txt from github repository and
# accompanying readme file at:
# https://github.com/tyler-l-moulton/rMR