nse_dots | R Documentation |
Convert dots to package names
nse_dots(..., keep_user = FALSE)
... |
(Dots) Package names provided as bare names or strings (of length 1). If a character vector is provided as the first argument, it will be used and all other arguments in dots will be ignored. |
keep_user |
(Logical) If |
A character vector.
## Not run:
nse_dots(dplyr, DesiQuintans/desiderata, keep_user = FALSE)
#> [1] "dplyr" "desiderata"
nse_dots(dplyr, DesiQuintans/desiderata, keep_user = TRUE)
#> [1] "dplyr" "DesiQuintans/desiderata"
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.