AWP.run.SQL {primate}R Documentation

Run SQL querries

Description

Run arbitrary SQL querries on the All the World's Primate database

Usage

AWP.run.SQL(con=AWP.connect(), sql=NULL)

Arguments

con

connection object

sql

SQL string

Value

results of query

Examples


AWP.run.SQL(con=AWP.connect(), sql=NULL)


[Package primate version 0.2.0 Index]