Learn R Programming

IRTpp (version 0.2.6.1)

print.sentence: Print Sentence, Helper function Prints different strings concatenating them with a " "

Description

Print Sentence, Helper function Prints different strings concatenating them with a " "

Usage

"print"(..., sep = " ", verbose = T)

Arguments

...
The strings to print.
sep
The separator to pass
verbose
Pass the verbose parameter of a function to make this print invisible when verbose is false.