get_series: Retrieve data on the types of scans Censys regularly performs...

Description Usage Value Note References Examples

View source: R/data.r

Description

You must have both CENSYS_API_ID and CENSYS_API_SECRET present in the R environment for the functions in this package to work. It is highly suggested that you place those in ~/.Renviron at least for interactive work.

Usage

1

Value

list of series metadata

Note

Censys ID & Secret must be in the R environment

References

Census API: https://www.censys.io/api/v1/docs/data

Examples

1
2
3
4
5
6
## Not run: 
scans <- get_series()
names(scans$raw_series)
names(scans$primary_series)

## End(Not run)

censys documentation built on May 2, 2019, 10:45 a.m.