How to set path of working directory in R tool?

#set working directory
> path <- "C:/Users/satish/Desktop/Data/TRIAL"
> setwd(path)

No comments:

Post a Comment

7 Stages of Machine Learning - Framework Introduction

Framework Introduction 7 Stages Introduction Stage 1: Problem Definition Stage 2: Data Collection Stage 3: Data Preparation Stage 4: Data Vi...