make_excel: Create Excel

make_excelR Documentation

Create Excel

Description

Create Excel

Usage

make_excel(
  df,
  last_id_col = NULL,
  header_word = NULL,
  widths = 13,
  random_color_seed = 1
)

Arguments

df

data frame

last_id_col

index of last id col

header_word

character vector of header words

widths

col widths

random_color_seed

seed for random color scheme

Value

an excel file


presenter documentation built on Feb. 16, 2023, 5:13 p.m.