AWP.get.SQL.table: Get a SQL Table

View source: R/AWP.R

AWP.get.SQL.tableR 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


primate documentation built on May 9, 2022, 9:09 a.m.