
Last chance! 50% off unlimited learning
Sale ends in
A simple wrapper around grep
for exploring the CODATA dataset.
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
).
additional arguments for grep
.
# NOT RUN {
lookup("planck", ignore.case=TRUE)
# }
Run the code above in your browser using DataLab