lookup: Lookup for Fundamental Physical Constants

Description Usage Arguments See Also Examples

View source: R/constants.R

Description

A simple wrapper around grep for exploring the CODATA dataset.

Usage

1
lookup(pattern, cols = c("symbol", "quantity", "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

1
lookup("planck", ignore.case=TRUE)

constants documentation built on Feb. 25, 2021, 5:06 p.m.