OHA/SI API package
Overview
This package provides a series of base functions useful to the OHA/SI team. These function extend the utility functions in glamr, focusing primarily on API utility functions.
Installation
grabr
is not on CRAN, so you will have to install it directly from rOpenSci or GitHub using the code found below.
## SETUP
#install from rOpenSci
install.packages('grabr', repos = c('https://usaid-oha-si.r-universe.dev', getOption("repos")))
#alt: install from GitHub using pak
#install.packages("pak")
#pak::pak("USAID-OHA-SI/grabr")
#load the package
library(grabr)
## LIST TYPES OF STYLES INCLUDED WITH PACKAGE
ls("package:grabr")
Disclaimer: The findings, interpretation, and conclusions expressed herein are those of the authors and do not necessarily reflect the views of United States Agency for International Development. All errors remain our own.