Files
AVSDevR.DBClient/man/DBClient-cash-dbQuery.Rd

15 lines
427 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/DBClient-dbQuery.R
\name{DBClient$dbQuery}
\alias{DBClient$dbQuery}
\title{DBClient$dbQuery}
\arguments{
\item{statement}{\if{html}{\out{<character>}} Query to run on the database}
}
\value{
\if{html}{\out{<complex>}} A lazy data table with the results from the query
}
\description{
Runs a query (statement) on a database and returns the results
}