AWP.get.SQL.table {primate}R Documentation

Get a SQL Table

Description

Retrieve a table from the All the World's Primates SQL database

Usage

AWP.get.SQL.table(con=AWP.connect(), tab.nm="tblGrovesMonkeys", clmns=c('all'),xpnd=FALSE)

Arguments

tab.nm

table name (defaults to the main primate species list)

con

connection object

clmns

columns to return

xpnd

expand the lookup column codes into full text strings

Value

a data.frame corresponding to SQL table

Examples


online.version <- AWP.get.SQL.table(tab.nm='LMType') #a small example table


[Package primate version 0.2.0 Index]