Define Tracker Base

make_tracker(
  order = "CLQ",
  positions = c(55, 25, 20),
  height_tracker = 1.8,
  add_git = TRUE,
  add_ts = TRUE
)

Arguments

order

character of length 3 defining placement order for "caption" (C), "logo" (L) and "QR" (Q) code. Must be one of:

  • CLQ

  • LCQ

  • QLC

  • CQL

positions

numeric vector of length 3, defining the horizontal proportion of each container. The 3 numbers must add to 100.

height_tracker

numeric tracker height in cm.

add_git

logical include git info in encoding

add_ts

logical include timestamp info in encoding

Value

tracker

Examples

if (FALSE) { make_tracker() }