powered by
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.
run_autonum()
set_autonum_bookmark(x, bkm = NULL)
an object of class run_autonum()
bookmark id to associate with autonumber run. Value can only be made of alpha numeric characters, ':', -' and '_'.
# NOT RUN { z <- run_autonum(seq_id = "tab", pre_label = "Table ", bkm = "anytable") set_autonum_bookmark(z, bkm = "anothertable") # }
Run the code above in your browser using DataLab