getTruncText | R Documentation |
Provides a formatted chunk of text to display to the user by limiting output to the first 'show_n' elements for the vector of 'values' and providing text identifying how many more are in the vector
getTruncText(values, show_n = 10, collapse = "\n")
values |
A vector of values to turn into text |
show_n |
How many elements to show before truncating |
collapse |
String used to combine the multiple values |
Text with the a vector of values to print to a log file
iRecAnalysisPkg::getTruncText(letters)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.