Description Usage Arguments Value Examples
Get deepcrawl data for a list of sites
1 2 3 | get_reports_temp(sites,
api_key = "b72OqnAniXHgLAjA8VHCUQ10UQ7EzE-I7eYNLqqWXlSAxYa2JU3AtvRAaIwVDt5kvZJW8Y9tQTjGoOPYb6mIzw",
account_id = 424)
|
sites |
Vector of URLs to get data for |
api_key |
Account API key |
account_id |
Account ID number |
A dataframe with one row per site
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.