checkModuleLocal | R Documentation |
Looks the module path for a module named name
, and checks for existence
of all essential module files listed below.
checkModuleLocal(name, path, version)
## S4 method for signature 'character,character,character'
checkModuleLocal(name, path, version)
## S4 method for signature 'character,ANY,ANY'
checkModuleLocal(name, path, version)
name |
Character string giving the module name. |
path |
Local path to modules directory.
Default is specified by the global option |
version |
Character specifying the desired module version. |
‘data/CHECKSUMS.txt’
‘name.R’
Logical indicating presence of the module (invisibly).
Alex Chubaty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.