Learn R Programming

RTD (version 0.4.1)

list_databases: Show database list

Description

Show database list

Usage

list_databases(conn)

Arguments

conn

Td connection

Value

Returns a data.frame of the database list

Examples

Run this code
# NOT RUN {
conn <- Td(apikey = "xxxx")
list_databases(conn)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab