lookup {constants} | R Documentation |
Lookup for Fundamental Physical Constants
Description
A simple wrapper around grep
for exploring the CODATA dataset.
Usage
lookup(pattern, cols = c("symbol", "quantity", "type"), ...)
Arguments
pattern |
character string containing a regular expression to be matched
(see |
cols |
columns to perform pattern matching (see |
... |
additional arguments for |
See Also
Examples
lookup("planck", ignore.case=TRUE)
[Package constants version 1.0.1 Index]