checkModule {SpaDES.core} | R Documentation |
Check for the existence of a remote module
Description
Looks in the remote repo
for a module named name
.
Usage
checkModule(name, repo)
## S4 method for signature 'character,character'
checkModule(name, repo)
## S4 method for signature 'character,missing'
checkModule(name)
Arguments
name |
Character string giving the module name. |
repo |
GitHub repository name.
Default is |
Value
a character vector of module file paths (invisibly).
Author(s)
Eliot McIntire and Alex Chubaty
[Package SpaDES.core version 2.1.0 Index]