Downloads the HTML page from the given URL.
Usage
vz_download_codelist(url, dest_dir = NULL)
Arguments
- url
A character string representing the URL to download the HTML page from.
- 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_download_codelist("http://stistko.uiv.cz/katalog/ciselnik11x.asp?idc=BASO&aap=on")
#> [1] "/tmp/RtmpQc3f9L/BASO.html"