get_reports_temp: Get deepcrawl data for a list of sites

Description Usage Arguments Value Examples

Description

Get deepcrawl data for a list of sites

Usage

1
2
3
get_reports_temp(sites,
  api_key = "b72OqnAniXHgLAjA8VHCUQ10UQ7EzE-I7eYNLqqWXlSAxYa2JU3AtvRAaIwVDt5kvZJW8Y9tQTjGoOPYb6mIzw",
  account_id = 424)

Arguments

sites

Vector of URLs to get data for

api_key

Account API key

account_id

Account ID number

Value

A dataframe with one row per site

Examples

1
2
3
4
5
6
7
8
sites <- c("http://www.independent.co.uk/voices/comment/the-loss-of-scottish-salmon-is-a-cultural-catastrophe-10158356.html",
"http://www.wrs.co.uk/", "http://thecodeofgoodpractice.co.uk/wp-content/uploads/2015/02/cogp_overview.pdf",
"http://www.bbc.co.uk/news/uk-scotland-scotland-business-35643363",
"http://www.bbc.co.uk/news/uk-scotland-scotland-business-35379470",
"http://www.dailymail.co.uk/health/article-205547/Salmon-health-alert.html")

df <- get_deepcrawl(sites)
df

mhairi/deepcrawl documentation built on May 22, 2019, 8:56 p.m.