AWP.get.SQL.table | R Documentation |
Retrieve a table from the All the World's Primates SQL database
AWP.get.SQL.table(con=AWP.connect(), tab.nm="tblGrovesMonkeys", clmns=c('all'),xpnd=FALSE)
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 |
a data.frame corresponding to SQL table
online.version <- AWP.get.SQL.table(tab.nm='LMType') #a small example table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.