powered by
Build a semantic argument name from the suffix you provide.
buildSemanticArgumentName(suffix_s_1, prefix_s_1 = "x_")
one legal suffix. See DataFactory to get a vector of known suffixes. Legal suffixes are known suffixes, augmented by suffixes you registered.
DataFactory
the variable prefix name you want to use.
A single string.
Know that no checks are done on suffix_s_1. Value you provide will be trusted, regular or irregular one.
suffix_s_1
Refer to testFunction
testFunction
# NOT RUN { # typical example buildSemanticArgumentName('i') # x_i buildSemanticArgumentName('ui_1', 'numberOfItems') # numberOfItems_ui_1 # }
Run the code above in your browser using DataLab