| write_data | R Documentation | 
Use wb_add_data() or write_xlsx() in new code.
write_data(
  wb,
  sheet,
  x,
  dims = wb_dims(start_row, start_col),
  start_col = 1,
  start_row = 1,
  array = FALSE,
  col_names = TRUE,
  row_names = FALSE,
  with_filter = FALSE,
  sep = ", ",
  name = NULL,
  apply_cell_style = TRUE,
  remove_cell_style = FALSE,
  na.strings = na_strings(),
  inline_strings = TRUE,
  enforce = FALSE,
  ...
)
| wb | A Workbook object containing a worksheet. | 
| sheet | The worksheet to write to. Can be the worksheet index or name. | 
| x | Object to be written. For classes supported look at the examples. | 
| dims | Spreadsheet cell range that will determine  | 
| start_col | A vector specifying the starting column to write  | 
| start_row | A vector specifying the starting row to write  | 
| array | A bool if the function written is of type array | 
| col_names | If  | 
| row_names | If  | 
| with_filter | If  | 
| sep | Only applies to list columns. The separator used to collapse list
columns to a character vector e.g.  | 
| name | The name of a named region if specified. | 
| apply_cell_style | Should we write cell styles to the workbook | 
| remove_cell_style | keep the cell style? | 
| na.strings | Value used for replacing  | 
| inline_strings | write characters as inline strings | 
| enforce | enforce that selected dims is filled. For this to work,  | 
| ... | additional arguments | 
invisible(0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.