R client to Workpath platform API
This package allows you to interact with the Workpath API.
The following functions are implemented:
get_workpath_data
: Query Workpath APIutils
: Configuration utility functions```{r, eval=FALSE}
install.packages("Rworkpath")
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.