powered by
Check if a database table exists.
check_if_table_exists(db_con, table_name)
A DBI database connection. See `db_connection()` for details.
(String) The name of the table or view to be checked.
True, if the table exists, false otherwise.
# NOT RUN { res <- DIZutils::check_if_table_exists( db_con = DIZutils::db_connection(...), table_name = "my_table" ) # } # NOT RUN { # }
Run the code above in your browser using DataLab