Nothing
Code
cat(box_line(BOX_STYLES[[style]], ws, pos = "TOP"), box_line(BOX_STYLES[[style]],
ws, pos = "MID"), box_line(BOX_STYLES[[style]], ws, pos = "BOTTOM"), sep = "\n")
Output
┌────────────┬───────────┬────────────┬───────────┬───────┐
├────────────┼───────────┼────────────┼───────────┼───────┤
└────────────┴───────────┴────────────┴───────────┴───────┘
Code
cat(box_line(BOX_STYLES[[style]], ws, pos = "TOP"), box_line(BOX_STYLES[[style]],
ws, pos = "MID"), box_line(BOX_STYLES[[style]], ws, pos = "BOTTOM"), sep = "\n")
Output
╔════════════╦═══════════╦════════════╦═══════════╦═══════╗
╠════════════╬═══════════╬════════════╬═══════════╬═══════╣
╚════════════╩═══════════╩════════════╩═══════════╩═══════╝
Code
cat(box_line(BOX_STYLES[[style]], ws, pos = "TOP"), box_line(BOX_STYLES[[style]],
ws, pos = "MID"), box_line(BOX_STYLES[[style]], ws, pos = "BOTTOM"), sep = "\n")
Output
╓────────────╥───────────╥────────────╥───────────╥───────╖
╟────────────╫───────────╫────────────╫───────────╫───────╢
╙────────────╨───────────╨────────────╨───────────╨───────╜
Code
cat(box_line(BOX_STYLES[[style]], ws, pos = "TOP"), box_line(BOX_STYLES[[style]],
ws, pos = "MID"), box_line(BOX_STYLES[[style]], ws, pos = "BOTTOM"), sep = "\n")
Output
╒════════════╤═══════════╤════════════╤═══════════╤═══════╕
╞════════════╪═══════════╪════════════╪═══════════╪═══════╡
╘════════════╧═══════════╧════════════╧═══════════╧═══════╛
Code
cat(box_line(BOX_STYLES[[style]], ws, pos = "TOP"), box_line(BOX_STYLES[[style]],
ws, pos = "MID"), box_line(BOX_STYLES[[style]], ws, pos = "BOTTOM"), sep = "\n")
Output
+------------+-----------+------------+-----------+-------+
+------------+-----------+------------+-----------+-------+
+------------+-----------+------------+-----------+-------+
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.