Learn R Programming

primate (version 0.2.0)

AWP.get.lookup.table: Get a Lookup Table

Description

Get the lookup table from the All the World's Primates SQL database

Usage

AWP.get.lookup.table(con=AWP.connect(),tab.nm="TextType")

Arguments

con

connection object

tab.nm

table name (for the parent table)

Value

a data.frame corresponding to SQL table

Examples

Run this code
# NOT RUN {
AWP.get.lookup.table(con=AWP.connect(),tab.nm="TextType")
# }

Run the code above in your browser using DataLab