Description Usage Arguments Details Value Examples
Get a list of all the modules available on the github repo.
1  | GetModuleList(renew = FALSE)
 | 
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.