extract_lookup_table | R Documentation |
Extract a lookup table from tabular data
extract_lookup_table(
input_data,
...,
na.rm = TRUE,
verbose = getOption("verbose")
)
input_data |
(tabular) containing 1+ "key vars" and exactly 1 "value var" |
... |
(vars) |
na.rm |
(logical) |
verbose |
(logical) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.