Tools to Work with the 'Splash' JavaScript Rendering Service in R
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

6 行
184 B

.pkgenv <- new.env(parent=emptyenv())
.onAttach <- function(...) {
temp_dir <- normalizePath(gsub("//", "/", path.expand(tempdir())))
assign("temp_dir", temp_dir, envir=.pkgenv)
}