Write The Syntax To Set The Path Of The Current Working #444
Write the syntax to set the path of the current working directory in R environment?
This multiple choice question (MCQ) is related to the book/course
gs gs110 R Language.
It can also be found in
gs gs110 Control Structures, Functions, Scoping Rules, Loop Functions and Debugging - Functions - Quiz No.9.
Write the syntax to set the path of the current working directory in R environment?
Setwd(“dipath”)
Setwd(dir_path)
Setwd(“dir_path”)
Set(“dir_path”)