Skip to content

Utility functions related to working with the MER Structured Dataset

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

USAID-OHA-SI/gophr

Repository files navigation

gophr

MER Structured Dataset utilities package

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

Overview

The function herewithin are a set of utility functions related to working with the MER Structured Dataset and are complimented by other USAID-OHA-SI packages such as glamr, glitr and gisr. Focal users are analysts in USAID/GH/OHA who are using R to pull data from DATIM or perform the same repeated functions each quarter like creating TX_NET_NEW targets or assessing achievement.

Installation

gophr 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('gophr', 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/gagglr")
    
  #load the package
    library(gophr)

## LIST OF FUNCTIONS INCLUDED WITH PACKAGE
  ls(package:gophr)

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

Utility functions related to working with the MER Structured Dataset

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