print.sentence: Print Sentence, Helper function Prints different strings...

Description Usage Arguments

View source: R/utils.R

Description

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

Usage

1
2
## S3 method for class 'sentence'
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.


IRTpp documentation built on May 29, 2017, 9:58 a.m.