Download homepages by url in relevant sub-folder, divide by date of download. By default, does not overwrite, and shuffles the order in which given domain names are downloaded.
nwd_get_homepage( domain = NULL, language = NULL, shuffle = TRUE, since = Sys.Date() - 91 )
domain | A character vector of one or more domain names. |
---|---|
since | A date. Passed to `nwd_check_if_exists()`. Only domains that have not been downloaded since the given date are downloaded. |
Nothing, used for its side effects.