Learn R Programming

censys (version 0.1.0)

censys_export_download: Download export job files to a specified directory

Description

Download export job files to a specified directory

Usage

censys_export_download(job_id, path)

Arguments

job_id
Censys export job id (from calling censys_start_export())
path
Location for downloaded data.

Value

API call result (invisibly)

Examples

Run this code
## 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)

Run the code above in your browser using DataLab