Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

break_type = 1 breaks #55

Open
EvaMaeRey opened this issue Sep 7, 2022 · 2 comments
Open

break_type = 1 breaks #55

EvaMaeRey opened this issue Sep 7, 2022 · 2 comments

Comments

@EvaMaeRey
Copy link
Owner

What a shame!

@EvaMaeRey
Copy link
Owner Author

I would like to get this working for ind2cat promo work. code/output side by side, using chunk_reveal().

@EvaMaeRey
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant