The goal of ojoverse is to …
You can install the development version of ojoverse from GitHub with:
# install.packages("devtools")
devtools::install_github("openjusticeok/ojoverse")
This is a basic example which shows you how to solve a common problem:
library(ojoverse)
#> ── Attaching core ojoverse packages ────────────────────────── ojoverse 0.1.0 ──
#> ✔ ojodb 2.4.0 ✔ ojoslackr 0.0.0.9000
#> ── Conflicts ─────────────────────────────────────────── ojoverse_conflicts() ──
#> ✖ ::() masks
#> ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
## basic example code