write_xlsx: Write an emphatic data.frame to an Excel workbook

View source: R/core-xlsx.R

write_xlsxR Documentation

Write an emphatic data.frame to an Excel workbook

Description

Requires openxlsx package

Usage

write_xlsx(x, xlsx_filename, colNames = TRUE, opts = hl_opts())

Arguments

x

emphatic data.frame object

xlsx_filename

xlsx filename

colNames

Display column names? logical. Default: TRUE

opts

rendering options

Value

None

Examples

mtcars |>
   hl('blue') |>
   write_xlsx(tempfile())

coolbutuseless/emphatic documentation built on Dec. 27, 2024, 1:18 a.m.