R/rpsql.R

#' \code{rpsql} package
#'
#' PostgreSQL psql from R
#'
#'
#' @docType package
#' @name rpsql
NULL

## quiets concerns of R CMD check re: the .'s that appear in pipelines
if (getRversion() >= "2.15.1") {
  utils::globalVariables(c(
    "."
  ))
}
jjesusfilho/rpsql documentation built on Aug. 9, 2021, 7:33 p.m.