Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

output.format1

R Utilities: Formatting R Output on the R Console


Description

This function does some formatting of output.

Usage

output.format1(stringtype, label, rep.N=1,stringlength=70)

Arguments

stringtype

Type of string for display, e.g. "*", "-", ...

label

Some comment which should be displayed at the console

rep.N

Number of lines which shall be left blank

stringlength

Length of vector with label

Value

Generates a string output at the R console

Examples

output.format1(stringtype="*'", label="HELLO WORLD", stringlength=20)
##   *'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'
##   HELLO WORLD

miceadds

Some Additional Multiple Imputation Functions, Especially for 'mice'

v3.11-6
GPL (>= 2)
Authors
Alexander Robitzsch [aut,cre] (<https://orcid.org/0000-0002-8226-3132>), Simon Grund [aut] (<https://orcid.org/0000-0002-1290-8986>), Thorsten Henke [ctb]
Initial release
2021-01-21 11:48:47

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.