| pretty_print_vector_names {usefun} | R Documentation | 
Pretty printing of a vector's names attribute
Description
Pretty printing of a vector's names attribute
Usage
pretty_print_vector_names(
  vec,
  vector.names.str = "nodes",
  sep = ", ",
  with.gt = TRUE
)
Arguments
| vec | vector | 
| vector.names.str | string. It tell us what are the names 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 names 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. | 
See Also
[Package usefun version 0.5.0 Index]