Skip to content

R functions for retrieving data from a Wiski database

License

Notifications You must be signed in to change notification settings

usask-kylekendall/WISKIr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WISKIr

Functions for retrieving data from a Wiski web server.

Installation

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

  1. Install the package "devtools" - you only have to do this once. Note that this will also install several dependancies
  2. Load the devtools library
  3. Install the package.

The commands are:

install.packages("devtools")
library(devtools)
install_github("usask-kylekendall/WISKIr/WISKIr")

About

R functions for retrieving data from a Wiski database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%