README.md

cpaltools

NOTE: This project is still under active development.

library(cpaltools) contains R based functions for and templates for managing analysis workflows at the Urban Institute. It heavily relies on functions and functionality from the tidyverse.

Installation

You can install the latest version of cpaltools from GitHub:

# install.packages("devtools")
devtools::install_github("childpovertyactionlab/cpaltools")

Usage

library(cpaltools) contains three families of functions:

Geo* functions related to geographic interactions within data that are not currently available within commonly used GIS packages such as sf.

extract_* utility functions focused on extracting specific pieces of information from a string.

get_* loop functions related to downloading multiple years of data from various api's such as tidycensus

Geo* functions

extract_* functions

get_* functions



childpovertyactionlab/CPAL documentation built on Feb. 23, 2025, 8:19 a.m.