View source: R/link_network_map.R
is_lookup_table | R Documentation |
Checks whether a data.frame
is a valid lookup table.
is_lookup_table(lkp, m_name = NULL, n_name = NULL)
lkp |
A |
m_name |
Optional, a |
n_name |
Optional, a |
FALSE
on error, a vector with m_name
and n_name
if the lookup table is valid.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.