AWP.read.pkg.tab | R Documentation |
Read an All the World's Primates table from the local package cache.
AWP.read.pkg.tab(tab.nm='dbo_tblGrovesMonkeys', id.clmn=NA)
tab.nm |
table name |
id.clmn |
id column of table |
data.frame corresponding to SQL table
primates.tab <- AWP.read.pkg.tab(tab.nm='dbo_tblGrovesMonkeys', id.clmn='MonkeyNumberGroves')