View source: R/check_string_parameter.R
check_string_parameter | R Documentation |
Checks for validity of a string parameter, stops if not valid
check_string_parameter(string_parameter)
string_parameter |
String scalar |
character, value of the string_parameter
start_marker <- "TRIALID"
check_string_parameter(start_marker)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.