R/zzz.R

Defines functions .onUnload .onLoad

#' @import ooplah
#' @importFrom R6 R6Class
NULL

# nocov start
.onLoad <- function(libname, pkgname) {
  options(set6.unicode = l10n_info()$`UTF-8`)
}

.onUnload <- function(libname, pkgname) {
  options(set6.unicode = NULL)
}

# nocov end

Try the set6 package in your browser

Any scripts or data that you put into this service are public.

set6 documentation built on Oct. 18, 2021, 5:06 p.m.