Learn R Programming

RTD (version 0.4.2)

list_databases: Show database list

Description

Show database list

Usage

list_databases(conn)

Value

Returns a data.frame of the database list

Arguments

conn

Td connection

Examples

Run this code
if (FALSE) {
conn <- Td(apikey = "xxxx")
list_databases(conn)
}

Run the code above in your browser using DataLab