Learn R Programming

primate (version 0.2.0)

AWP.list.SQL.tables: 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

Run this code
# NOT RUN {
AWP.list.SQL.tables(con=AWP.connect(), all=FALSE)
# }

Run the code above in your browser using DataLab