list_studies: List available Rapid7 Cybersecurity Studies

Description Usage Arguments Value Examples

Description

List available Rapid7 Cybersecurity Studies

Usage

1
list_studies(rapid7_opendata_api_key = rapid7_api_key())

Arguments

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
try(
  list_studies(), silent=TRUE
) -> studies

Example output



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