AWP.list.SQL.tables {primate} | R Documentation |
List the SQL tables
Description
List available tables from the All the World's Primates SQL database
Usage
AWP.list.SQL.tables(con=AWP.connect(), all=FALSE)
Arguments
con |
connection object from AWP.connect |
all |
list all tables available |
Value
a list (vector) of SQL table names
Examples
AWP.list.SQL.tables(con=AWP.connect(), all=FALSE)
[Package primate version 0.2.0 Index]