I have a function defined as:
Bestideas <- function(x) { Top_five = subset(Masterall, Masterall$Name == x) %>% slice(1:5) return(as.data.frame(Top_f