Learn R Programming

dplyrAssist (version 0.1.0)

findData: Detect the valid data

Description

Detect the valid data

Usage

findData(codes)

Arguments

codes

A character vector to detect

Value

The last data in codes

Examples

Run this code
# NOT RUN {
require(tidyverse)
temp <- "iris %>%
group_by(Species) %>%
summarize_all(mean)

table1"
findData(temp)
# }

Run the code above in your browser using DataLab