ubiquity_name_check: Check Names of Cohorts, Analyses, Reports, etc.

View source: R/ubiquity.r

ubiquity_name_checkR 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.


ubiquity documentation built on Nov. 2, 2023, 6:26 p.m.