This will get the sourceURL for the object named.

extractURL(objectName, sim, module)

# S4 method for class 'character,missing'
extractURL(objectName, sim, module)

# S4 method for class 'character,simList'
extractURL(objectName, sim, module)

Arguments

objectName

A character string of the object name in the metadata.

sim

A simList object from which to extract the sourceURL

module

An optional character string of the module name whose metadata is to be used. If omitted, the function will use the currentModule(sim), if defined.

Value

The url.

Author

Eliot McIntire