Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleDataSHIELD Training VMs (local machine)

UKgas is a dataset of the quarterly UK gas consumption from 1960 Q1 to 1986 Q4, in millions of therms. It is native to R as a built in dataset but we will learn how to read a file in.

  • In R set your working directory - where all your work will be saved


Code Block
#R
setwd("C://FILE_PATH_TO_DATA_AND_RSCRIPTS")
  • Download ukgs.csv and save it to your working directory set above

...