Learn R Programming

dplyrAssist (version 0.1.0)

checkInvalid: Check the validity of code

Description

Check the validity of code

Usage

checkInvalid(temp)

Arguments

temp

A character string to check validity

Value

The position of the first invalid code or NULL

Examples

Run this code
# NOT RUN {
checkInvalid(c("iris","irisssss"))
# }

Run the code above in your browser using DataLab