edit_df_in_excel.Rd
Edit df in excel.
edit_df_in_excel(df = data.frame(), rowname = T, read_line = T)
data.frame
Logical; write row names to the worksheet.
Logical; if TRUE (default), wait for user input and return the edited data frame. If FALSE, open Excel and return NULL without reading the file back.
TRUE
FALSE
NULL
Edited data.frame, or NULL when read_line = FALSE.
read_line = FALSE