From: Frederik Vanrenterghem Date: Thu, 23 Aug 2018 11:31:39 +0000 (+0800) Subject: Initialise Rproject. X-Git-Url: http://git.vanrenterghem.biz/R/project-using-kafka-in-R.git/commitdiff_plain/904d32efb0841d569e4557bb0535f8d9532963b4 Initialise Rproject. --- diff --git a/predictWebsiteHits.R b/predictWebsiteHits.R index ec74310..4c2d65c 100644 --- a/predictWebsiteHits.R +++ b/predictWebsiteHits.R @@ -1,10 +1,9 @@ -setwd("~/work") library(jsonlite) library(fable) library(tsibble) library(lubridate) -logfile <- file("photos.vanrenterghem.biz.access.kvp.log") +logfile <- file("data/photos.vanrenterghem.biz.access.kvp.log") apachelog <- stream_in(logfile) diff --git a/websiteHits.Rproj b/websiteHits.Rproj new file mode 100644 index 0000000..8e3c2eb --- /dev/null +++ b/websiteHits.Rproj @@ -0,0 +1,13 @@ +Version: 1.0 + +RestoreWorkspace: Default +SaveWorkspace: Default +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: pdfLaTeX