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.
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")