# NOT RUN {
l <- Logger$new("test")
l$info("lorem ipsum")
as.data.frame(l$last_event)
l$info("rememver LogEvents can store any custom log values", df = iris)
as.data.frame(l$last_event)
head(as.data.frame(l$last_event)$df[[1]])
# }
Run the code above in your browser using DataLab