Learn R Programming

ORFID (version 1.0.3)

export_ORFID: 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)

Value

A file is saved to the working directory.

Arguments

x

data frame to be exported.

name

file name.

extension

file extension (".csv" or ".xlsx").

Author

Hugo Marques <biohmarques@gmail.com>

Details

Any data frame created using functions in the ORFID package can be exported using this function.

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.