Return a vector containing all database keys.
Look up the uncertainty of entries with name matching the given regex expression.
Look up the uncertainty of entries with name matching the given regex expression.
enter a regex object (i.e. """regex expression""".r)
returns a vector of (String, Double) objects, which contain the full entry name (String) and the uncertainty (Double)
Look up the uncertainty of a specific entry.
Look up the uncertainty of a specific entry. Name must be an exact match with the entry.
Look up the unit of entries with name matching the given regex expression.
Look up the unit of entries with name matching the given regex expression.
enter a regex object (i.e. """regex expression""".r)
returns a vector of (String, Double) objects, which contain the full entry name (String) and the uncertainty (Double)
Look up the unit of a specific entry.
Look up the unit of a specific entry. Name must be an exact match with the entry.
Look up the value of entries with name matching the given regex expression.
Look up the value of entries with name matching the given regex expression.
enter a regex object (i.e. """regex expression""".r)
returns a vector of (String, Double) objects, which contain the full entry name (String) and the value (Double)
Look up the value of a specific entry.
Look up the value of a specific entry. Name must be an exact match with the entry.
Object encapsulating CODATA2010 constants.