Hi
When I enter in the below function into a script, it automatically truncates the information in the console and does not give me all the figures relating to the mean, median and SD. Can anyone help with this? Thank you
moral %>%
A tibble: 2 x 4
condition median mean std_dev
1 control 35 36.8 7.99
2 stress 42 44.7 11.2
source("~/.active-rstudio-document", echo=TRUE)