Skip to contents

Register all tables in a schema as dbplyr tables in the given enviroment

Usage

register_tables(con, schemas, envir = .GlobalEnv)

Arguments

con

the connection to probe

schemas

the schemas to probe

envir

the environment in which to register the tables