ubiquity_name_check {ubiquity} | R Documentation |
Check Names of Cohorts, Analyses, Reports, etc.
Description
Checks names specified for different analysis aspects (cohorts, analyses, reports, etc.) to make sure that they start with a letter and contain only letters, numbers and _
Usage
ubiquity_name_check(test_name)
Arguments
test_name |
string containing the name to be tested |
Value
List with Boolean element isgood
that is TRUE
when the name tests correct, FALSE
when it fails. The element msgs
contains a verbose message on why it fails.
[Package ubiquity version 2.1.0 Index]