fetch: download many webpages parallelly

Description Usage Arguments Details Value

View source: R/fetch.R

Description

download many webpages parallelly

Usage

1
fetch(srcs, prefix_url, dest_dir)

Arguments

srcs

character. would become the names of downloaded files.

prefix_url

string. such as 'https://en.wikipedia.org/wiki/', paste0(prefix_url, query) gives the url, see mutate for query

dest_dir

string. such as 'data-raw/wikipedia/'

Details

only retry for at most getOption('mcapomorphy.max_iterate', 64L) times per execute, you may run it again if you still have problems

Value

NULL


dongzhuoer/mcapomorphy documentation built on Jan. 9, 2020, 3:28 a.m.