View source: R/object_to_R_code.R
vector_to_R_code | R Documentation |
Collapses a vector into a comma-separated list with strings quoted (and special characters escaped). A general purpose helper function for writing new model code.
vector_to_R_code(vec)
vec |
a vector |
character string of length 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.