Learn R Programming

regcensus (version 1.0.1)

get_agencies: get_agencies

Description

Get metadata for all agencies of a specific jurisdiction

Usage

get_agencies(jurisdiction_id = NULL, keyword = NULL, verbose = 0)

Value

Returns pandas dataframe with the metadata

Arguments

jurisdiction_id

ID for the jurisdiction

keyword

search for keyword in agency name

verbose

prints out the url of the API call, default value of 0

Examples

Run this code
if (FALSE) get_agencies(jurisdiction_id = 38, keyword = "test")

Run the code above in your browser using DataLab