It turns out the problem disappears when I do a Clear All Output
This is the final part of the Rmd document
Wenn wir mit den Studierendendaten testen wollen, ob die Häufigkeitsverteilung der Mathematiknoten bei Frauen und Männern gleich ist, dann geht das so:
studdat %>%
select(Gender,Mathgrade) %>%
drop_na() %>% table() %>%
chisq.test()
and when the code is run, before I scroll down far enough, I cannot scroll to the end of the file.
Things work without problem in RStudio 1.2.5019.
I know 1.3.820 is a preview, I just wanted to be helpful in testing the next version in a known environment.