read_any | R Documentation |
Wrapper functions for reading files in batch.
read_any(file, ...)
read_many(file, ...)
read_zip(file, ...)
file |
file to be read from or written to. |
... |
further arguments passed to the submethods. |
read_any()
provides a single function to quickly read in any of the
supported formats, it assumes that the file extension will tell it how to
process the spectra.
read_zip()
provides functionality for reading in spectral map files
with ENVI file format or as individual files in a zip folder. If individual
files, spectra are concatenated.
read_many()
provides functionality for reading multiple files
in a character vector and will return a list.
All read_*()
functions return OpenSpecy
objects if a single
spectrum or map is provided, otherwise the provide a list of OpenSpecy
objects.
Zacharias Steinmetz, Win Cowger
read_spec()
for submethods.
c_spec()
for combining lists of Open Specys.
read_extdata("raman_hdpe.csv") |> read_any()
read_extdata("ftir_ldpe_soil.asp") |> read_any()
read_extdata("testdata_zipped.zip") |> read_many()
read_extdata("CA_tiny_map.zip") |> read_many()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.