check_input_str: check_input_str

View source: R/check_input_str.R

check_input_strR Documentation

check_input_str

Description

check_input_str

Usage

check_input_str(.str)

Arguments

.str

string

Value

Prepared string (IMPROVE)

Examples

check_input_str('as.formula("G ~ A / B")')
check_input_str('as.formula(G ~ A / B)')
check_input_str('list("G ~ A / B")')
check_input_str('list(G ~ A / B)')
check_input_str('G ~ A / B')

thiagomaf/mutate.with.erroR documentation built on Oct. 22, 2023, 8:17 p.m.