codes2kind {dplyrAssist} | R Documentation |
Differentiate the R code
Description
Differentiate the R code
Usage
codes2kind(vcodes)
Arguments
vcodes |
A character vector to differentiate |
Value
A character vector indicating whether the code returns text or plot
Examples
require(tidyverse)
temp <-c("iris %>% group_by(Species) %>% summarize_all(mean)","table1")
codes2kind(temp)
[Package dplyrAssist version 0.1.0 Index]