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

17 lines
541 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/DBClient-dbSchema.R
\name{DBClient$dplyrWithSchema}
\alias{DBClient$dplyrWithSchema}
\title{DBClient$dplyrWithSchema}
\arguments{
\item{table_name}{\if{html}{\out{<character>}} Table name to prefix schema to}
}
\value{
\if{html}{\out{<character>}} Table name with prefixed schema
}
\description{
Prefixes schema to the table name, if set in the configuration. Specifically
uses the dbplyr::in_schema method rather than the direct
DBI::dbQuoteIdentifier method.
}