R/dbWorkaround_UTF8.R

Defines functions dbWorkaround_UTF8

#' @export

dbWorkaround_UTF8 <- function(db_conn_name) {
  outputFunProc(R)
  postgresqlpqExec(get(db_conn_name), "SET client_encoding = 'windows-1252'")
}
magrai/puttytat4R documentation built on Dec. 31, 2019, 5 a.m.