getModule | R Documentation |
Simple function to download a SpaDES module as GitHub repository
getModule(
modules,
modulePath,
overwrite = FALSE,
verbose = getOption("Require.verbose", 1L)
)
modules |
Character vector of one or more github repositories as character strings that contain
SpaDES modules. These should be presented in the standard R way, with
|
modulePath |
A local path in which to place the full module, within
a subfolder ... i.e., the source code will be downloaded to here:
|
overwrite |
A logical vector of same length (or length 1) |
verbose |
Numeric or logical indicating how verbose should the function
be. If -1 or -2, then as little verbosity as possible. If 0 or FALSE,
then minimal outputs; if |
getGithubFile
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.