“RSTUDIO Diretório de trabalho” Respostas de código

Obter diretório de trabalho rstudio

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

RSTUDIO Diretório de trabalho

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

Respostas semelhantes a “RSTUDIO Diretório de trabalho”

Perguntas semelhantes a “RSTUDIO Diretório de trabalho”

Procure respostas de código populares por idioma

Procurar outros idiomas de código