We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74940c6 commit 263566eCopy full SHA for 263566e
session3_r/scripts/market_value_renewables.R
@@ -5,6 +5,10 @@ library(ggplot2)
5
library(tidyverse)
6
library(wesanderson)
7
8
+### Set Working Directory - works in R-Studio only
9
+scriptDir<-dirname(rstudioapi::getActiveDocumentContext()$path)
10
+setwd(paste0(scriptDir,"/../"))
11
+
12
# Download file from open power system data (opsd)
13
14
opsd_filename<-"data/time_series_60min_singleindex.csv"
0 commit comments