R/zzz.R

.onLoad <- function (libname, pkgname) {
    op <- options()
    op.zTree <- list(zTree.silent=FALSE,zTree.encoding="latin1")
    toset <- !(names(op.zTree) %in% names(op))
    if(any(toset)) options(op.zTree[toset])
    invisible()
}

Try the zTree package in your browser

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

zTree documentation built on Nov. 3, 2021, 5:08 p.m.