writelines: Write lines to a file

Description Usage Arguments Details Author(s)

View source: R/writelines.R

Description

Write text lines to a file.

Usage

1
writelines(text, file, sep = "\n", useBytes = FALSE)

Arguments

text

A character vector.

file

The path to a file.

sep

character string. A string to be written to the connection after each line of text.

useBytes

logical. See base::writeLines

Details

A wrap-up around the base::writeLines function.

Author(s)

Marc Choisy


choisy/mcutils documentation built on May 29, 2019, noon