Question: 3 . 1 ) Use a text editor to create a file consisting of the line randomdata < - c ( 6 4 , 3

3.1) Use a text editor to create a file consisting of the line
randomdata <- c(64,38,97,88,24,14,104,83)
Save it to a file called randomdata.
2) Source the file randomdata into R and confirm that the randomdata vector was created.
3 Create a vector called numbers which contains
3)581012
Dump numbers to a file called numbers.R and delete numbers using the rm() function. Using ls(), confirm that numbers has been deleted. Now, use the source command to retrieve the vector numbers.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!