# NOT RUN {
dateTime <- c('1985-01-01', '1985-01-02', '1985-01-03')
value <- c(1,2,3)
code <- c("","","")
dataInput <- data.frame(dateTime, value, code, stringsAsFactors=FALSE)
Daily <- populateDaily(dataInput, 2)
# }
Run the code above in your browser using DataLab