Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 506 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 506 Bytes

SpaDES modules

A collection of available modules for use with the SpaDES R package (link).

Downloading modules

The easiest way to use modules from this repository is using the built-in functionality in the SpaDES package:

library(SpaDES)
saveTo <- "~/SpaDES-modules" # change this to suit your needs
downloadModule(name="moduleName", path=saveTo)

This will download and unzip the module files in the directory speficied by saveTo.