knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" )
An R package to make managing data a little easier for 'Nehemians'.
You can install NARCcontacts from GitHub with:
# install.packages("devtools") devtools::install_github("DevSolutionsLtd/NARCcontacts")
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")
The package is developed for Nehemiah Apostolic Resource Centre, Abuja, Nigeria, but with some tweaking it can be extended to more generic uses.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.