Learn R Programming

SpaDES.core (version 2.0.5)

extractURL: Extract a url from module metadata

Description

This will get the sourceURL for the object named.

Usage

extractURL(objectName, sim, module)

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

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

Value

The url.

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.

Author

Eliot McIntire