powered by
Make valid R code
makeValidCode(codes)
A character vector to make a valid code
A valid R codes
# NOT RUN { require(tidyverse) temp <- "iris %>% group_by(Species) %>% summarize_all(mean) table1" makeValidCode(temp) # }
Run the code above in your browser using DataLab