knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

stlcsb

lifecycle Travis-CI Build Status AppVeyor Build Status Coverage status DOI CRAN_Status_Badge

The goal of stlcsb is to provide access to data from the City of St. Louis Citizens’ Service Bureau (CSB), the 3-1-1 service for the City of Saint Louis. Residents can contact the number with non-emergency service requests, and the CSB will dispatch these requests to the appropriate City agency. stlcsb also includes functions for cleaning and manipulating these data.

Quick Start

If the sf package is already installed, the easiest way to get stlcsb is to install it from CRAN:

install.packages("stlcsb")

Alternatively, the development version of stlcsb can be accessed from GitHub with remotes:

# install.packages("remotes")
remotes::install_github("slu-openGIS/stlcsb")

Additional details, including some tips for installing sf, can be found in the Get started article.

Resources

In addition to instructions for installation, the main Get started article has:

Contributor Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



slu-openGIS/stlcsb documentation built on Jan. 28, 2024, 12:10 p.m.