Learn R Programming

primate (version 0.2.0)

AWP.run.SQL: 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

Run this code
# NOT RUN {
AWP.run.SQL(con=AWP.connect(), sql=NULL)
# }

Run the code above in your browser using DataLab