knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

NARCcontacts

An R package to make managing data a little easier for 'Nehemians'.

Installation

You can install NARCcontacts from GitHub with:

# install.packages("devtools")
devtools::install_github("DevSolutionsLtd/NARCcontacts")

Instructions for use

To harmonise the data, move all the Excel files that contain contact details into a directory (folder). For instance if the folder is called Contacts, then do this in the R console

library(NARCcontacts)
harmonise_narc_excel("path/to/Contacts")

Disclaimer

The package is developed for Nehemiah Apostolic Resource Centre, Abuja, Nigeria, but with some tweaking it can be extended to more generic uses.



DevSolutionsLtd/NARCcontacts documentation built on May 30, 2019, 6:06 p.m.