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'")
}
itawaputtytat/puttytat4R documentation built on Jan. 1, 2020, 9:46 a.m.