View source: R/get_NASIS_table_key_by_name.R
get_NASIS_table_key_by_name | R Documentation |
Get a NASIS table key by type and table name
get_NASIS_table_key_by_name(
tables,
keycol = c("all", "fkey", "pkeyref", "pkey")
)
tables |
character vector of table names |
keycol |
One of: "fkey" the foreign key; "pkeyref" the primary key referenced by the foreign key, or "pkey" the primary key. |
The key column name for the specified table name
## Not run:
get_NASIS_table_key_by_name(c("site","phorizon_View_1","not_a_table"))
## End(Not run)#'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.