Print multiple character values with enclosing separating lines
1 2 3 | outputString(string, type = "cat", output_sepline = F,
sepline_pos = NULL, sepline_char = "-", return_char = F,
linebreak = T, add_p = F)
|
string |
Vector of character values |
output_sepline |
Boolean value for printing sepline. Default: False |
sepline_pos |
Vector of character values. Position of separating lines ("top", "t", "T", "bottom", "b", "B"). Default: NULL, Default when output_sepline = True: c("T", "B") |
sepline_char |
Character value for separating line. Default: "-" |
return_char |
Return output as string without printing the output. Default = False |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.