R/ascii_escape.r

horiz_border_char <- "\u2500"
vert_border_char <- "\u2502"
top_left_corner_char <- "\u250c"
top_right_corner_char <- "\u2510"
bottom_left_corner_char <- "\u2514"
bottom_right_corner_char <- "\u2518"
box_top_left_corner_char <- "\u2554"
box_top_right_corner_char <- "\u2557"
box_bottom_left_corner_char <- "\u255a"
box_bottom_right_corner_char <- "\u255d"
box_vert_char <- "\u2502"
box_horiz_char <- "\u2500"
full_block_char <- "\u2588"

Try the plotcli package in your browser

Any scripts or data that you put into this service are public.

plotcli documentation built on May 29, 2024, 6:22 a.m.