codes2kind {dplyrAssist} | R Documentation |
Differentiate the R code
codes2kind(vcodes)
vcodes |
A character vector to differentiate |
A character vector indicating whether the code returns text or plot
require(tidyverse)
temp <-c("iris %>% group_by(Species) %>% summarize_all(mean)","table1")
codes2kind(temp)