kogpsy / neuroscicomplab

Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

`summarise` with `across` not working with `render_site()` #27

Open awellis opened 3 years ago

awellis commented 3 years ago
funs <- list(mean = mean, sd = sd, se = se)

nback2 %>% 
  group_by(id, load) %>% 
  summarise(across(rt, funs))

The above works when rendering individual files, but not when rendering the site