View source: R/get_tracking_num.R
get.tracking.num | R Documentation |
Get current figure, table, supplemental figure, and/or supplemental table number
get.tracking.num(type = "figure")
type |
A character vector indicating whether you want the current "figure", "table", "supplemental figure", or "supplemental table" number. Defaults is "figure". |
data(example_data) plot(example.data$X, example.data$Y, sub = figure.caption("This is a figure")) get.tracking.num(type = "figure") plot(example.data$X, example.data$Y, sub = figure.caption("This is another figure"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.