Description Usage Arguments Details Value Examples
View source: R/SearchFunctions.R
Get a list of all the modules available on the github repo.
| 1 2 3 4 | GetModuleList(
  type = c("all", "occurrence", "covariate", "process", "model", "output"),
  renew = FALSE
)
 | 
| 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. | 
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).
A list with all module names.
| 1 2 | # GetModuleList requires libcurl to be supported
if(capabilities('libcurl')) GetModuleList()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.