Re-jigged the class implementation to get better support from roxygen2 and CRAN check(). Majority of public functions are documented (remaining are the CRUD functions)
This commit is contained in:
16
man/DBClient-cash-dplyrWithSchema.Rd
Normal file
16
man/DBClient-cash-dplyrWithSchema.Rd
Normal file
@@ -0,0 +1,16 @@
|
||||
% 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.
|
||||
}
|
||||
Reference in New Issue
Block a user