save_to_excel {healthyR}R Documentation

Save a file to Excel

Description

Save a tibble/data.frame to an excel .xlsx file. The file will automatically with a save_dtime in the format of 20201109_132416 for November 11th, 2020 at 1:24:16PM.

Usage

save_to_excel(.data, .file_name)

Arguments

.data

The tibble/data.frame that you want to save as an .xlsx file.

.file_name

the name you want to give to the file.

Details

Value

A saved excel file

Author(s)

Steven P. Sanderson II, MPH


[Package healthyR version 0.2.1 Index]