Project: Reactivity

We’ve already seen some examples with our render functions, but what exactly is reactivity?

More Harry Potter Comparisons

Remember, the Knight Bus is our connection between regular R code (Muggle World) and the world of reactives (Wizarding World)

knight_bus <- function(input, output, session) {
    reactive code here!
}
Previous
Next