Skip to contents

Accepts a named list of TPS data.frames (e.g. list(Assault = df_a, Robbery = df_r, ...)) and returns a morie_tps_result with a total-counts table and (when OCC_YEAR is present in every frame) a side-by-side year-by-year matrix.

Usage

morie_tps_crime_compare(dfs)

Arguments

dfs

Named list of TPS data.frames.

Value

A morie_tps_result list.