# Coo example
df <- data.frame(foo_id=40:1, fake1=rnorm(40), fake2=factor(rep(letters[1:4], 10)))
bot <- mutate(bot, hello=1:length(bot))
bind_db(bot, "hello", df, "foo_id")
# example on a Coe
bf <- efourier(bot, 12)
bind_db(bf, "hello", df, "foo_id")
Run the code above in your browser using DataLab