cs_create_index: Create Index of Available Months

Description Usage Value Examples

View source: R/index.R

Description

Constructs a table for finding a given table of crime data or a set of tables (such as year to date or full year). This is largely needed for internal use when downloading tables, but is exported for reference and troubleshooting.

Usage

1

Value

A tibble with all available monthly crime tables, the iframe page they appear on, and their row number.

Examples

1
2
3
4
5
# create index
i <- cs_create_index()

# preview of index object
i

compstatr documentation built on July 8, 2020, 7:34 p.m.