form3file: writes a character vector to a file

Description Usage Arguments Details Value Examples

View source: R/f0.rbsb1.code.r

Description

The aim of this function is generate files from successive character vectors. According to append the possibly existing file is appended or newly created. As many lines as components to chain are introduced to the file.

Usage

1
form3file(chaine, file="", append=TRUE)

Arguments

chaine

the character string to be output

file

file where to write it down. When "", the result is displayed on the screen.

append

Indicates if appending or not to file.

Details

\n are added to create the new lines (even when file is "").

Value

nothing but the file is written

Examples

1
 form3file(letters, "useless.txt")

rbsb documentation built on May 2, 2019, 4:41 p.m.

Related to form3file in rbsb...