- file
character string Path to the file to be read, following R's
use of forward slashes as separator for folder names.
- date
a POSIXct
object to use to set the "when.measured"
attribute. If NULL
, the default, the date is extracted from the
file header.
- geocode
A data frame with columns lon
and lat
, and
optionally address
used to set attribute "where.measured"
.
- label
character string to which to set the "what.measured"
attribute. If NULL
the value of basename(file)
is used,
and if NA
the "what.measured"
attribute is not set.
- tz
character A time zone recognized by R. If NULL
, the default,
it is extracted from `locale`.
- locale
The locale controls defaults that vary from place to place.
The default locale is US-centric (like R), but you can use
locale
to create your own locale that controls things
like the default time zone, encoding, decimal mark, big mark, and day/month
names. Its value must match that used to write the imported file, which
is not necessarily the default one or the local one.
- range
a numeric vector of length two, or any other object for which
function range()
will return a range of wavelengths expressed in
nanometres.