get_file_details {ropendata} | R Documentation |
Retrieve details for a given file from a specific Rapid7 Open Data study
Description
Retrieve details for a given file from a specific Rapid7 Open Data study
Usage
get_file_details(study_name, file_name, include_download_link = FALSE,
rapid7_opendata_api_key = rapid7_api_key())
Arguments
study_name |
A valid study name. This should be a value from the field
|
file_name |
A valid file name from a given |
include_download_link |
if |
rapid7_opendata_api_key |
Your Rapid7 Open Data API key. The various
API interface function look for this key in |
Value
data frame
Examples
try(
get_file_details("sonar.fdns_v2", "2018-06-15-1529049662-fdns_aaaa.json.gz"),
silent=TRUE
) -> details