list_databases {RTD}R Documentation

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

## Not run: 
conn <- Td(apikey = "xxxx")
list_databases(conn)

## End(Not run)


[Package RTD version 0.4.1 Index]