View source: R/ooxml_run_objects.R
set_autonum_bookmark | R Documentation |
This function lets recycling a object
made by run_autonum()
by changing the bookmark value. This
is useful to avoid calling run_autonum()
several times
because of many tables.
set_autonum_bookmark(x, bkm = NULL)
x |
an object of class |
bkm |
bookmark id to associate with autonumber run. Value can only be made of alpha numeric characters, ':', -' and '_'. |
run_autonum()
z <- run_autonum(
seq_id = "tab", pre_label = "Table ",
bkm = "anytable"
)
set_autonum_bookmark(z, bkm = "anothertable")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.