Description Usage Arguments Value Examples
Set up a crawl
1 | create_project(name, sites, session_token, account_id)
|
name |
A character string giving a name for the project |
sites |
A list of sites to crawl |
session_token |
Session token from 'create_session_token'. |
account_id |
The ID for the account (can be found with get_account_info) |
The crawl's ID number. Also, will define a crawl on deepweb.
1 2 | sites <- c("http://scottishsalmon.co.uk/", "http://www.independent.co.uk/voices/comment/the-loss-of-scottish-salmon-is-a-cultural-catastrophe-10158356.html")
project_id <- create_project('test crawl', sites, session_token, 424)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.