“Rstudio Working Directory” Ответ

Получить рабочий каталог RSTUDIO

# For getting current working directory in terminal in Rstudio
getwd()
setwd(dir)
lukfd

Rstudio Working Directory

# Imports data from outside the working directory, allows to choose the file
d <- readRDS(file = file.choose())
Montwa

Ответы похожие на “Rstudio Working Directory”

Вопросы похожие на “Rstudio Working Directory”

Смотреть популярные ответы по языку

Смотреть другие языки программирования