runQuery: Get results from an SQL query to a RaMP database

View source: R/dbWorker.R

runQueryR Documentation

Get results from an SQL query to a RaMP database

Description

Utility function to execute the provided SQL query and get its results from a RaMP-DB database.

Usage

runQuery(sql, db = RaMP())

Arguments

sql

'character(1)' with the SQL query to run.

db

[RaMP()] object representing a RaMP database. By default ('db = RaMP()') a connection to the most recent version is established, which will be downloaded first if it does not already exist in the local cache.

Value

The result from the query.


ncats/RaMP-DB documentation built on April 28, 2024, 3:28 a.m.