list_databases: Show database list

Description Usage Arguments Value Examples

View source: R/database.R

Description

Show database list

Usage

1

Arguments

conn

Td connection

Value

Returns a data.frame of the database list

Examples

1
2
3
4
5
## Not run: 
conn <- Td(apikey = "xxxx")
list_databases(conn)

## End(Not run)

RTD documentation built on July 27, 2020, 1:17 a.m.