Skip to contents

Simple wrapper function to load the TOT RDS file.

Usage

load_tot(refresh = TRUE)

Arguments

refresh

Logical; if TRUE, re-imports the TOT from the Excel file using import_tot(). Default is TRUE because the TOT may be updated frequently.

Value

A tibble containing the TOT data with the following columns:

  • id: Unique identifier for each item.

  • type: Type of the item (either "table" or "figure").

  • name: Name of the item.

  • caption: Caption of the item.

Examples

if(FALSE) {
 tot <- load_tot()
}