Skip to content

NCC-CNC/whatdataio

Repository files navigation

whatdataio: Import and export management action data

lifecycle R-CMD-check-Ubuntu R-CMD-check-Windows R-CMD-check-Mac-OSX Coverage Status

Overview

The whatdataio R package provides functions for importing and exporting management action data. It provides consistent data format standards for the What To Do and What Template Maker web applications. It is not designed for general purpose use outside of these applications.

Installation

The package is only available from an online coding repository. To install it, use the following R code.

if (!require(devtools))
  install.packages("devtools")
devtools::install_github("NCC-CNC/whatdataio")