View source: R/find_relevant_tables.R
find_relevant_tables | R Documentation |
This function finds the relevant database tables that contain a specified column.
find_relevant_tables(conn, column_name, info = NULL, strict = FALSE)
conn |
The connection object or database connection string. |
column_name |
The name of the column to search for in the database tables. |
info |
Optional. The information data frame obtained from |
strict |
Should only one table be returned? Relevant for id variables |
A character vector containing the names of the relevant tables.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.