random_print: A Random print output

Description Usage Arguments Value Examples

View source: R/Print.R

Description

This function returns a random print output that can be passed to renderPrint and verbatimTextOutput.

Usage

1
random_print(type = c("character", "numeric", "integer", "model", "table"))

Arguments

type

type of the output ("character", "numeric", "model", "table")

Value

a random print

Examples

1
2
random_print("character")
random_print("numeric")

shinipsum documentation built on May 1, 2020, 1:07 a.m.