vec2str | R Documentation |
Convert a vector to a string (for assignment)
vec2str(vec)
vec |
a vector to convert |
a string version of the vertoc (ie: 'c("elt1", "elt2", ...)')
## Not run:
grep("^A", names(islands), value = TRUE) |> vec2str(vec = _) |>
cat()
grep("^A", names(islands), value = TRUE) |> vec2str(vec = _) |>
clipr::write_clip()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.