write.output: Return only first mode value

Description Usage Arguments Value Examples

View source: R/write.output.R

Description

Return only first mode value

Usage

1
write.output(..., file = NULL, append = TRUE, cout = "## ")

Arguments

...

sequence of values

file

Undescribed

append

Undescribed

cout

Undescribed

Value

first mode value

Examples

1
2
write.output(head(CO2))
write.output(head(CO2), cout = '#out: ')

jundoll/jmisc documentation built on May 20, 2019, 4:24 a.m.