Learn R Programming

primate (version 0.2.0)

AWP.read.pkg.tab: 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

Run this code
# NOT RUN {
primates.tab <- AWP.read.pkg.tab(tab.nm='dbo_tblGrovesMonkeys', id.clmn='MonkeyNumberGroves')


# }

Run the code above in your browser using DataLab