Find windows user name within R

后端 未结 3 1599
别跟我提以往
别跟我提以往 2021-02-01 15:55

Is there a way to get the current windows user name or the windows home within an R session?

Thanks.
(Sorry, if I missed something, but I couldn\'t find anything)

3条回答
  •  轮回少年
    2021-02-01 16:33

    If you know how to do it at your system console, the answer would generally be:

    system("...that_string...")
    

提交回复
热议问题