library(lazytrade)
library(readr)
library(dplyr)
library(magrittr)
library(lubridate)
dir <- normalizePath(tempdir(),winslash = "/")
file.copy(from = system.file("extdata/RES", package = "lazytrade"),
to = dir, recursive = TRUE)
DF_RES <- opt_aggregate_results(path_data = file.path(dir, "RES"))
Run the code above in your browser using DataLab