AWP.connect {primate}R Documentation

Create a connection to the SQL DB

Description

Connect to the All the World's Primate Database

Usage

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")

Arguments

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

Value

a connection object for SQL

Examples


con <- AWP.connect(drv=AWP.driver()) 


[Package primate version 0.2.0 Index]