Use data from repository

Starting with this commit, all calculation will base on data/data.csv.
This commit is contained in:
Jens Sauer 2020-11-17 18:28:39 +01:00
parent 6d99d0a825
commit 2a67cecf0a

View File

@ -106,7 +106,7 @@ sma_init <- function() {
# Use superassignment operator '<<-' to make
# secmal and sma_initialized with global scope.
#
secmal <<- sma_load_data("current.csv")
secmal <<- sma_load_data("data/data.csv")
sma_initialized <<- TRUE
}
}