You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I have typed this as my answer and the program does not accept it as the correct answer, even though it is:
evaluate <- function(func, dat){
func(dat)
}
What should I do?