Description

With do_stuff, you can do stuff with your data as follows:

library(learnr)
xs <- 1:50
ys <- do_stuff(xs)
plot(x = xs, y = ys)


luisboullosa/learnr documentation built on May 21, 2019, 8:56 a.m.