get_study_details {ropendata} | R Documentation |
Retrieve details for a specific Rapid7 Open Data study
Description
Retrieve details for a specific Rapid7 Open Data study
Usage
get_study_details(study_name, rapid7_opendata_api_key = rapid7_api_key())
Arguments
study_name |
A valid study name. This should be a value from the field
|
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_study_details("sonar.national_exposure"),
silent=TRUE
) -> details
[Package ropendata version 0.1.0 Index]