list_studies {ropendata}R Documentation

List available Rapid7 Cybersecurity Studies

Description

List available Rapid7 Cybersecurity Studies

Usage

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

try(
  list_studies(), silent=TRUE
) -> studies

[Package ropendata version 0.1.0 Index]