R/app_config.R

SHEET_HEIGHT <- 14
SHEET_WIDTH <- 8.5

REPORT_HEIGHT <- 11.7
REPORT_WIDTH <- 8.3

PRIZES <- list(
  "terno" = list(
    name = "Terno",
    space = "row",
    matches = 3
  ),
  "cuaterno"= list(
    name = "Cuaterno",
    space = "row",
    matches = 4
  ),
  "linea" = list(
    name = "Linea",
    space = "row",
    matches = 5
  ),
  "carton_lleno" = list(
    name = "Carton lleno",
    space = "card",
    matches = 15
  ),
  "bingo_consuelo" = list(
    name = "Bingo consuelo",
    space = "card",
    matches = 15
  ),
  "menor_acierto" = list(
    name = "Menor acierto",
    space = "card",
    matches = 0
  )
)
tomicapretto/rbingo documentation built on Dec. 23, 2021, 11:56 a.m.