cs_create_index: Create Index of Available Months

View source: R/index.R

cs_create_indexR Documentation

Create Index of Available Months

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

cs_create_index()

Value

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

Examples

# create index

i <- cs_create_index()

# preview of index object
i



chris-prener/compStatR documentation built on Jan. 25, 2024, 10:03 p.m.