GetModuleList: GetModuleList

Description Usage Arguments Details Value Examples

View source: R/SearchFunctions.R

Description

Get a list of all the modules available on the github repo.

Usage

1
2
3
4
GetModuleList(
  type = c("all", "occurrence", "covariate", "process", "model", "output"),
  renew = FALSE
)

Arguments

type

The subset of zoon modules you want to return. Defaults to 'all', but you can select any of the zoon workflow steps: 'occurrence', 'covariate', 'process', 'model', or 'output'.

renew

Download from github even if we already have a module list.

Details

This function will only work on a platform that supports the method 'libcurl' in the function url. This can be tested using the function capabilities (see example).

Value

A list with all module names.

Examples

1
2
# GetModuleList requires libcurl to be supported
if(capabilities('libcurl')) GetModuleList()

zoonproject/zoon documentation built on March 6, 2020, 1:03 a.m.