powered by
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)
table name (defaults to the main primate species list)
connection object
columns to return
expand the lookup column codes into full text strings
a data.frame corresponding to SQL table
# NOT RUN { online.version <- AWP.get.SQL.table(tab.nm='LMType') #a small example table # }
Run the code above in your browser using DataLab