View source: R/lookupQuantity.R
lookupQuantity | R Documentation |
Function to get an Quantity based on an ID string *and* the scope (i.e. a particular model or the 'Standard' properties) from the standard dgvm.quantities
list
lookupQuantity(quant.id, context = Standard.quantities, verbose = TRUE)
quant.id |
String holding the id of the |
context |
The context in which to look up the Quantity. Can be a Format object, Source object or a list (of Quantity objects). Leave blank to lookup from the Standard.quantities list. |
verbose |
Logical, if TRUE (default) give some extra information |
A Quantity
object if it finds the right one. Otherwise the code halts.
Matthew Forrest matthew.forrest@senckenberg.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.