constants (version 0.0.1)

lookup: Lookup for Fundamental Physical Constants

Description

A simple wrapper around grep for exploring the CODATA dataset.

Usage

lookup(pattern, cols = c("quantity", "symbol", "type"), ...)

Arguments

pattern

character string containing a regular expression to be matched (see grep).

cols

columns to perform pattern matching (see codata).

...

additional arguments for grep.

See Also

codata, syms.

Examples

Run this code
# NOT RUN {
lookup("planck", ignore.case=TRUE)

# }

Run the code above in your browser using DataLab