Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

write_excel

Write out an Excel file with minimal configuration


Description

Takes a tibble or dataframe variable and saves it out as an Excel file using the variable name as the filename.

Usage

write_excel(
  variable,
  output_dir = dir_data_out(),
  should_timestamp_output_files = FALSE
)

Arguments

variable

A tibble or dataframe object.

output_dir

The directory to save the file out to.

should_timestamp_output_files

Either TRUE, FALSE, or pulled from the environment if set.

Value

No return value, called for side effects


upstartr

Utilities Powering the Globe and Mail's Data Journalism Template

v0.1.1
MIT + file LICENSE
Authors
Tom Cardoso [aut, cre] (creator and maintainer), Michael Pereira [ctb], The Globe and Mail Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.