View source: R/importRDBESDataZIP.R
importRDBESDataZIP | R Documentation |
An internal function used by createRDBESDataObject
. Reads the .zip files
downloadable from the ICES RDBES web page. The function accepts a filepaths
to zip files, unzips and import tables as an object of class
RDBESDataObject
.
importRDBESDataZIP(filenames, castToCorrectDataTypes = TRUE, Hierarchy = NULL)
filenames |
|
castToCorrectDataTypes |
Logical. If |
a list of all the RDBES data tables The table that are not in input data are NULL
## Not run:
rdbesExtractPath <- "./2022_FPN_FPE_H7.zip"
obj <- importRDBESDataZIP(rdbesExtractPath)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.