Retrieve full mapping of views and columns using sys.schema.
Source:R/map_sql_view.R
map_sql_view.Rd
Retrieve full mapping of views and columns using sys.schema.
Usage
map_sql_view(
conn = NULL,
catalog = NULL,
schema = NULL,
include_datatype = F,
tbl_vw_dependencies = F
)