Skip to content

USAID-OHA-SI/grabr

Repository files navigation

grabr

OHA/SI API package

R-CMD-check grabr status badge Lifecycle: stable :name status badge

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.

About

OHA/SI APIs package

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages