get_language_url: Determine language of website

Description Usage Arguments Examples

Description

Determine language of website

Usage

1
2
get_language_url(urls, show_url = TRUE, show_progress = TRUE,
  parallelize = FALSE)

Arguments

urls

A character vector of URLs to iterate over

show_url

Print URL of current iteration

show_progress

Show overall progress periodically

parallelize

Whether or not to parallelize the scraping

Examples

1
 get_language_url(c('http://nytimes.com', 'http://nytimes.com/es'))

bweiher/whisper documentation built on May 30, 2019, 11:41 a.m.