From 840ff712bbf353e1db7294e6e8bef8bb4652f117 Mon Sep 17 00:00:00 2001 From: Rebecca Merrett Date: Fri, 19 Apr 2019 23:27:19 +0000 Subject: [PATCH] Updating path/directory --- Time Series/r_time_series_example.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Time Series/r_time_series_example.R b/Time Series/r_time_series_example.R index 26ec004..bc1d1b3 100644 --- a/Time Series/r_time_series_example.R +++ b/Time Series/r_time_series_example.R @@ -6,7 +6,7 @@ library(tseries) # Set your working directory to where your script and # data files sit on your local computer -setwd("C:\\Users\\Rebecca\\Desktop\\time_series") +setwd("C:\\Your\\Path\\Directory\\Here") # Read csv file of train dataset as a univariate # (single variable) series, with datetime -- libgit2 0.26.0