list_tables.DBIConnection {TKCat}R Documentation

List tables in a clickhouse database

Description

List tables in a clickhouse database

Usage

## S3 method for class 'DBIConnection'
list_tables(x, dbNames = NULL, ...)

## S3 method for class 'chTKCat'
list_tables(x, dbNames = NULL, ...)

list_tables(x, ...)

Arguments

x

an object with a clickhouse connection

dbNames

the name of databases to focus on (default NULL ==> all)

...

method specific parameters

Value

A tibble with at least the following columns:


[Package TKCat version 1.1.7 Index]