Skip to contents

Parameters to add and customize labeling in robotables.

Usage

set_robotable_labels(
  search = getOption("roboplot.locale")$robotable_labels$search,
  info = getOption("roboplot.locale")$robotable_labels$info,
  lengthMenu = getOption("roboplot.locale")$robotable_labels$lengthMenu,
  emptyTable = getOption("roboplot.locale")$robotable_labels$emptyTable,
  first = getOption("roboplot.locale")$robotable_labels$first,
  last = getOption("roboplot.locale")$robotable_labels$last,
  `next` = ">>",
  previous = "<<"
)

Arguments

Character. Label for search box.

info, lengthMenu, first, last, next, previous

Character. Table navigation items.

emptyTable

Character. The text shown when the table is empty.