# NOT RUN {
# Data for example
D <- subset(Dbuilding, c("2010-12-15","2010-12-20"))
# Generate the input
make_input(D$heatload, 1:4)
# Set is in D, such that it can be used in input expressions (e.g. by model$add_inputs(AR = "Ar0")
D$AR0 <- make_input(D$heatload, 1:36)
# }
Run the code above in your browser using DataLab