We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 314cde3 commit 348c711Copy full SHA for 348c711
R/context/workspace.R
@@ -86,4 +86,11 @@ const workdir_root = function(ssid = NULL) {
86
#'
87
const result_dir = function(ssid = NULL) {
88
.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;
96
}
0 commit comments