AWP.connect | R Documentation |
Connect to the All the World's Primate Database
AWP.connect(drv=AWP.driver(), prefix='jdbc:jtds:sqlserver', server="s09.everleap.com", port=1433, db="DB_3918_atwpreview", user="DB_3918_atwpreview_user", pw="atwpreview_$_j")
drv |
driver (output from AWP.driver() |
prefix |
prefix to the URL (before "://") |
server |
domain name for the database server |
port |
port name used by the server's database |
db |
database name |
user |
database user name |
pw |
database user password |
a connection object for SQL
con <- AWP.connect(drv=AWP.driver())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.