% 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{}} Table name to prefix schema to} } \value{ \if{html}{\out{}} 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. }