Learn R Programming

compstatr (version 0.2.1)

cs_create_index: 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()

Arguments

Value

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

Examples

Run this code
# NOT RUN {
# create index
i <- cs_create_index()

# preview of index object
i

# }

Run the code above in your browser using DataLab