Functions for retrieving data from a Wiski web server.
You can download the complete package, as well as the manual .pdf by clicking on releases. However, you can download and install the most up-to-date version directly from this repository. The procedure is
- Install the package "devtools" - you only have to do this once. Note that this will also install several dependancies
- Load the devtools library
- Install the package.
The commands are:
install.packages("devtools")
library(devtools)
install_github("usask-kylekendall/WISKIr/WISKIr")