Downloads the HTML page for the specified Stistko codelist code.
Usage
vz_grab_codelist(code, dest_dir = NULL)
Arguments
- code
A character string representing the ciselnik code.
- dest_dir
A character string specifying the destination directory. Defaults to tempdir().
Value
A character string containing the path to the downloaded HTML file.
Examples
vz_grab_codelist("BASO")
#> [1] "/tmp/RtmpQc3f9L/BASO.html"