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)
}