Open EvaMaeRey opened 2 years ago
I would like to get this working for ind2cat promo work. code/output side by side, using chunk_reveal().
When including
r chunk_reveal("my_cars", break_type = 1)
cars %>%
filter(speed > 4) %>%
ggplot() +
aes(x = speed) + #BREAK
aes(y = dist) + #BREAK
geom_point(
alpha = .8,
color = "blue"
) +
aes(size = speed) #BREAK
Seeing this...
Error in code_seq[[i]] : attempt to select less than one element in integerOneIndex
...but fb was produced, and code-output pairing did show.
What a shame!