Learn R Programming

rdwd (version 1.8.0)

readDWD.pdf: open pdf data

Description

open pdf file. This leads to less failures in the new meta=TRUE

Usage

readDWD.pdf(file, quiet = rdwdquiet(), ...)

Value

berryFunctions::openFile() output

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 rdwdquiet()

...

Further arguments passed to berryFunctions::openFile() and from there to system2()

system in <code>selectDWD()</code>.<br>

Intended to be called via readDWD().

Author

Berry Boessenkool, berry-b@gmx.de, May 2022.

See Also

readDWD()

Examples

Run this code
if (FALSE)  # 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)

Run the code above in your browser using DataLab