powered by
Differentiate the R code
codes2kind(vcodes)
A character vector to differentiate
A character vector indicating whether the code returns text or plot
# NOT RUN { require(tidyverse) temp <-c("iris %>% group_by(Species) %>% summarize_all(mean)","table1") codes2kind(temp) # }
Run the code above in your browser using DataLab