Skip to content

Commit 348c711

Browse files
committed
Update workspace.R
1 parent 314cde3 commit 348c711

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

R/context/workspace.R

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,11 @@ const workdir_root = function(ssid = NULL) {
8686
#'
8787
const result_dir = function(ssid = NULL) {
8888
.get_context(ssid)$analysis;
89+
}
90+
91+
const workspace_temproot = function(ssid = NULL) {
92+
const context = .get_context(ssid);
93+
const temp_root = context$temp_dir;
94+
95+
temp_root;
8996
}

0 commit comments

Comments
 (0)