list_MDBs.TKCat {TKCat} | R Documentation |
List available MDB
Description
List available MDB
Usage
## S3 method for class 'TKCat'
list_MDBs(x, withInfo = TRUE)
## S3 method for class 'chTKCat'
list_MDBs(x, withInfo = TRUE)
list_MDBs(x, withInfo = TRUE)
Arguments
x |
|
withInfo |
if TRUE (default), the function returns a table with db_info. If FALSE, it returns only MDB names. |
Value
A tibble with information about the MDB available in a TKCat related object.
[Package TKCat version 1.1.11 Index]