tidy_write: Write 'tidy' tables to file

View source: R/tidy_tables.R

tidy_writeR Documentation

Write ‘tidy’ tables to file

Description

This is a wrapper function for write.table with ‘tidier’ defaults. This is designed to write tables to file that can be easily copied into word processors, such as Microsoft Word.

Usage

tidy_write(x, file, quote = FALSE, sep = ",", row.names = FALSE, na = "-", ...)

Arguments

x, file, quote, sep, row.names, na, ...

Arguments passed to write.table.

Value

The function writes a table to file.


edwardlavender/prettyGraphics documentation built on Jan. 19, 2025, 2:47 p.m.