如何更改RStudio Server中的默认目录?

时间:2015-05-13 13:32:19

标签: rstudio rstudio-server

默认情况下,RStudio-Server在“文件”框中显示主页(〜)目录的内容。它在哪里加载那个框架?如何更改它以占用用户特定的目录?

更新:请注意,我在谈论更改RSTUDIO-SERVER版本中的设置。可能是某些JS或某些代码会加载工作目录;我想要那部分代码。

1 个答案:

答案 0 :(得分:1)

转到$("input").on("keyup", function () { var $input = $(this); var howMany = parseInt($input.val()); var unitAmount = parseInt($input.parent().prev().text().replace("$", "")); var total = howMany ? howMany * unitAmount : 0; $input.parent().next().text("€ " + total); var total = 0; $("tbody tr td:last-child").each(function () { total += parseInt($(this).text().replace("€", "") || 0); }); $("#total").html("€ " + total); }); - 您将看到默认目录。

enter image description here

Tools | Global Options

enter image description here

或者您可以在控制台上设置工作目录

Session -> Set Working Directory -> Choose Directory