Nothing
Code
create_table_of_contents(tmp_file, title = 1)
Condition
Error:
i In argument: `title`.
! `title` must be a string, not a number.
Code
create_table_of_contents(tmp_file, overwrite = 1)
Condition
Error:
i In argument: `overwrite`.
! `overwrite` must be TRUE or FALSE, not a number.
Code
create_table_of_contents(tmp_file, pull_titles = 1)
Condition
Error:
i In argument: `pull_titles`.
! `pull_titles` must be TRUE or FALSE, not a number.
Code
create_table_of_contents(tmp_file, TOC_sheet_name = 1)
Condition
Error:
i In argument: `TOC_sheet_name`.
! `TOC_sheet_name` must be a string, not a number.
Code
create_table_of_contents(tmp_file, overwrite = FALSE)
Condition
Error in `create_table_of_contents()`:
! The sheet "Table of Contents" already exists in the workbook.
i Set `overwrite = TRUE` if you wish to overwrite it.
Code
create_table_of_contents(tmp_file, overwrite = TRUE)
Condition
Error in `create_table_of_contents()`:
! Your workbook does not contain any sheets! Nothing to make a table of contents for.
i Add data to your workbook and then call create_table_of_contents().
i If you are exporting data from R, consider using `xlr::write_xlsx()` instead.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.