powered by
A simple wrapper around grep for exploring the CODATA dataset.
grep
lookup(pattern, cols = c("symbol", "quantity", "type"), ...)
character string containing a regular expression to be matched (see grep).
columns to perform pattern matching (see codata).
codata
additional arguments for grep.
codata, syms.
syms
# NOT RUN { lookup("planck", ignore.case=TRUE) # }
Run the code above in your browser using DataLab