00:01
For this problem, to begin, i'll note that we are basically going to need to accomplish two different steps.
00:06
The first step is going to be to import our actual data into the r environment.
00:23
We'll do that using the data command.
00:31
The second step will be to write to the csv file.
00:47
We'll do that using the conveniently named write command.
00:54
So i'll bring up r here in just one moment.
01:00
Okay, oops, let me bring that back up.
01:03
Okay, so here we are in r.
01:06
So the first thing that we'll do is put in the command data, and let's see here.
01:10
I believe it's the trees dataset.
01:13
Okay, data trees, so that must be a built -in dataset to r.
01:17
We can look at it, see we have girth, height, volume...