Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 736 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 736 Bytes

oakViz R Package

R package for visualizing data for Oakland report

data-raw/DATASET.R

Script contains all loaded objects and parameters common across multiple functions. Changes made to values in this script will update for all functions that call these objects. When making any changes to this script, it must be run for objects to save to sysdata.rda.

R/functions

Folder contains scripts for each function in oakViz package.

  • When making any updates to a function's documentation, run devtools::document() in the console to save documentation.
  • To test/make changes to a function on your local machine before pushing to Github, run devtools::load_all() and library(oakViz) in the console before calling the function.