get_study_details: Retrieve details for a specific Rapid7 Open Data study

Description Usage Arguments Value Examples

Description

Retrieve details for a specific Rapid7 Open Data study

Usage

1
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 uniqid in the result from a call to list_studies(). Current known, good values are "sonar.national_exposure", "heisenberg.cowrie", "sonar.atg_10001_tcp", "sonar.http", "sonar.ssl", "sonar.tcp", "sonar.moressl", "sonar.rdns_v2", "sonar.udp", "sonar.cio", "sonar.https", "sonar.fdns", "sonar.rdns", and "sonar.fdns_v2".

rapid7_opendata_api_key

Your Rapid7 Open Data API key. The various API interface function look for this key in RAPID7_OPENDATA_API_KEY. You can manually provide this key and if the function is used interactively and the key is not found, you will be prompted to enter the key.

Value

data frame

Examples

1
2
3
4
try(
  get_study_details("sonar.national_exposure"),
  silent=TRUE
) -> details

ropendata documentation built on May 2, 2019, 11:31 a.m.