checkInvalid: Check the validity of code

Description Usage Arguments Value Examples

View source: R/makeValidCode.R

Description

Check the validity of code

Usage

1

Arguments

temp

A character string to check validity

Value

The position of the first invalid code or NULL

Examples

1
checkInvalid(c("iris","irisssss"))

Example output

[1] 2

dplyrAssist documentation built on May 2, 2019, 4:04 p.m.