Dowload HTML files to local directory

down_html(url, dir, gz = T)

Arguments

url

Character vector. A list of URLs of posts to download.

dir

Character. Path to the directory to store dowloaded files.

gz

Logical. Whether to compress the downloaded files. Defaults to TRUE. Uses gzip compression.