AWP.read.pkg.tab {primate}R Documentation

Read a table from the All the World's primates example microarchive within this package

Description

Read an All the World's Primates table from the local package cache.

Usage

AWP.read.pkg.tab(tab.nm='dbo_tblGrovesMonkeys', id.clmn=NA)

Arguments

tab.nm

table name

id.clmn

id column of table

Value

data.frame corresponding to SQL table

Examples


primates.tab <- AWP.read.pkg.tab(tab.nm='dbo_tblGrovesMonkeys', id.clmn='MonkeyNumberGroves')



[Package primate version 0.2.0 Index]