powered by
Wrappers with Conjunction and '' Brackets.
cc_and(object)cc_or(object)co_and(object, one = "%o has %n value%s: %c", object_name = substitute(object))co_or(object, one = "%o has %n value%s: %c", object_name = substitute(object))
cc_or(object)
co_and(object, one = "%o has %n value%s: %c", object_name = substitute(object))
co_or(object, one = "%o has %n value%s: %c", object_name = substitute(object))
The object with values to concatenate.
The string to return if n = 1
n = 1
A string of the object name.
cc_and: Concatenation with Commas and And Conjunction
cc_and
cc_or: Concatenation with Commas and Or Conjunction
cc_or
co_and: Customizable Object Aware String and And Conjunction
co_and
co_or: Customizable Object Aware String and Or Conjunction
co_or
cc and co
cc
co
# NOT RUN { cc_and(1:100) cc_or(100:1) co_and(1:100) co_or(100:1) # }
Run the code above in your browser using DataLab