Description Usage Arguments Value Examples
Download export job files to a specified directory
1 | censys_export_download(job_id, path)
|
job_id |
Censys export job id (from calling |
path |
Location for downloaded data. |
API call result (invisibly)
1 2 3 4 5 6 7 8 | ## Not run:
q <- censys_start_export("
SELECT location.country, count(ip) FROM ipv4.20161206 GROUP BY location.country
")
censys_export_job_status(q$job_id)
censys_export_download(q$job_id, "~/Data")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.