0% found this document useful (0 votes)
45 views1 page

Lecture 3 - Introduction To R (Continue)

Uploaded by

Dani Sha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views1 page

Lecture 3 - Introduction To R (Continue)

Uploaded by

Dani Sha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Lecture 3 Part 2

ESSENTIAL OF LECTURE AND ONGOING


setwd("File_path")
Ctrl+h to change all the \ to /
read.csv("Filename.csv", header=T) #if the data being used have header

----------------------------------------

You might also like