list_MDBs: List available MDB

View source: R/generics.R

list_MDBs.TKCatR 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

a TKCat related object (e.g. chTKCat)

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.


TKCat documentation built on July 3, 2024, 5:06 p.m.