export_ORFID {ORFID} | R Documentation |
Export compiled data from Oregon RFID antenna readers
Description
Data compiled using import_ORFID
or join_multireader_data
are exported to the working directory as either a .csv or .xlsx file
Usage
export_ORFID(x, name, extension)
Arguments
x |
data frame to be exported. |
name |
file name. |
extension |
file extension (".csv" or ".xlsx"). |
Details
Any data frame created using functions in the ORFID package can be exported using this function.
Value
A file is saved to the working directory.
Author(s)
Hugo Marques <biohmarques@gmail.com>
See Also
import_ORFID
for importing data files from Oregon RFID ORMR and ORSR antenna readers.
join_multireader_data
for combining data from Oregon RFID ORMR and ORSR antenna readers into a multi-reader array.
[Package ORFID version 1.0.2 Index]