This will get the sourceURL
for the object named.
extractURL(objectName, sim, module)# S4 method for character,missing
extractURL(objectName, sim, module)
# S4 method for character,simList
extractURL(objectName, sim, module)
The url.
A character string of the object name in the metadata.
A simList
object from which to extract the sourceURL
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.
Eliot McIntire