Learn R Programming

ubiquity (version 2.1.0)

ubiquity_name_check: 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)

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.

Arguments

test_name

string containing the name to be tested