README.md

Rworkpath

CircleCI

R client to Workpath platform API

Description

This package allows you to interact with the Workpath API.

What is Inside?

The following functions are implemented:

Stable Version

```{r, eval=FALSE}

install package from CRAN

install.packages("Rworkpath")

load package

library(Rworkpath)


### Current Development Version

```{r, eval=FALSE}
# install devtools package if it's not already
if (!requireNamespace("devtools", quietly = TRUE)) {
install.packages("devtools")
}
# install package from GitHub
devtools::install_github("dataatelier/Rworkpath")
# load package
library(Rworkpath)


dataatelier/Rworkpath documentation built on June 20, 2020, 3:25 p.m.