tests/testthat/_snaps/box-styles.md

list_border_styles [plain]

Code
  for (st in list_border_styles()) print(boxx("", border_style = st))
Output
  +------+
  |      |
  |      |
  |      |
  +------+
  +------+
  |      |
  |      |
  |      |
  +------+
  +------+
  |      |
  |      |
  |      |
  +------+
  +------+
  |      |
  |      |
  |      |
  +------+
  +------+
  |      |
  |      |
  |      |
  +------+
  +------+
  |      |
  |      |
  |      |
  +------+

list_border_styles [unicode]

Code
  for (st in list_border_styles()) print(boxx("", border_style = st))
Output
  ┌──────┐
  │      │
  │      │
  │      │
  └──────┘
  ╔══════╗
  ║      ║
  ║      ║
  ║      ║
  ╚══════╝
  ╭──────╮
  │      │
  │      │
  │      │
  ╰──────╯
  ╓──────╖
  ║      ║
  ║      ║
  ║      ║
  ╙──────╜
  ╒══════╕
  │      │
  │      │
  │      │
  ╘══════╛
  +------+
  |      |
  |      |
  |      |
  +------+


r-pkgs/boxes documentation built on April 27, 2024, 11:08 a.m.