pretty_print_vector_values | R Documentation |
Pretty printing of a vector's values
pretty_print_vector_values(
vec,
vector.values.str = "nodes",
sep = ", ",
with.gt = TRUE
)
vec |
vector |
vector.values.str |
string. It tell us what are the values of the vector (use plural form) in order to fill the print message. Default value: "nodes". |
sep |
string. The separator character to use to distinguish between the vector values. Default value: ", ". |
with.gt |
logical. Determines if the ">" sign will be appended for nice printing in an R notebook (use with the chuck option results = 'asis'). Default value: TRUE. |
pretty_print_string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.