extractURL {SpaDES.core} | R Documentation |
Extract a url from module metadata
Description
This will get the sourceURL
for the object named.
Usage
extractURL(objectName, sim, module)
## S4 method for signature 'character,missing'
extractURL(objectName, sim, module)
## S4 method for signature 'character,simList'
extractURL(objectName, sim, module)
Arguments
objectName |
A character string of the object name in the metadata. |
sim |
A |
module |
An optional character string of the module name whose metadata is
to be used. If omitted, the function will use the |
Value
The url.
Author(s)
Eliot McIntire
[Package SpaDES.core version 2.1.0 Index]