Learn R Programming

officer (version 0.3.9)

run_autonum: auto number

Description

Create a string representation of a number

Usage

run_autonum(seq_id = "table", pre_label = "Table ", post_label = ": ")

Arguments

seq_id

sequence identifier

pre_label, post_label

text to add before and after number

See Also

Other run functions for reporting: external_img(), ftext(), run_columnbreak(), run_linebreak(), run_pagebreak(), run_reference(), run_seqfield()

Examples

Run this code
# NOT RUN {
run_autonum()
run_autonum(seq_id = "fig", pre_label = "fig. ")
# }

Run the code above in your browser using DataLab