upgo_scrape_nu: Scrape media articles from Nexis Uni

Description Usage Arguments Details Value

View source: R/upgo_scrape_nu.R

Description

upgo_scrape_ln scrapes Nexis Uni for all articles which mention a given search term.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
upgo_scrape_nu(
  query,
  start_date = NULL,
  end_date = NULL,
  language = "English",
  skip = 0,
  file_prefix = substr(query, 1, 6),
  timeout = 20,
  quiet = FALSE
)

Arguments

query

TKTK

start_date

TKTK

end_date

TKTK

language

TKTK

skip

A positive integer. How many batches of 50 articles have already been downloaded, and so should be skipped? E.g. a value of 33 means that 33 files (of 50 articles each) have been downloaded, for a total of 1,650 articles, and the function will resume with article 1,651.

file_prefix

TKTK

timeout

TKTK

quiet

A logical scalar Should the function execute quietly, or should it return status updates throughout the function (default)?

Details

TKTK

Value

TKTK


UPGo-McGill/upgo documentation built on Nov. 20, 2021, 2:26 a.m.