Learn R Programming

dplyrAssist (version 0.1.0)

codes2kind: 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

Run this code
# 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