readDWD.pdf {rdwd} | R Documentation |
open pdf data
Description
open pdf file. This leads to less failures in the new meta=TRUE
Usage
readDWD.pdf(file, quiet = rdwdquiet(), ...)
Arguments
file |
Name of file on harddrive, like e.g. monthly_kl_historical_DESCRIPTION_obsgermany_climate_monthly_kl_historical_en.pdf |
quiet |
Ignored. DEFAULT: FALSE through |
... |
Further arguments passed to |
Value
berryFunctions::openFile()
output
system in selectDWD()
.
Intended to be called via readDWD()
.
Author(s)
Berry Boessenkool, berry-b@gmx.de, May 2022.
See Also
Examples
## Not run: # Excluded from CRAN checks, but run in localtests
link <- selectDWD(res="hourly", var="sun", per="r", meta=TRUE)[2]
file <- dataDWD(link, dir=locdir(), read=FALSE)
readDWD(file)
## End(Not run)
[Package rdwd version 1.8.0 Index]