Split a list of packages separated by commas
pkg_chr_split_comma.Rd
Split a list of packages separated by commas
See also
Other package dev:
get_package_fns()
,
is_package()
,
is_package_dev()
,
need_pkg()
Examples
string_split_comma(c("DT, USAboundaries, USAboundariesData, cicerone, config",
"ggplot2, golem, googlesheets4, htmlwidgets, leaflet",
"paletteer, plotly, rmapshaper, scales, sf, shiny, shinyBS",
"shinyWidgets, shinyauthr, shinycssloaders, shinydashboard",
"shinyjs, shinyvalidate, tidyr") )
#> Error in string_split_comma(c("DT, USAboundaries, USAboundariesData, cicerone, config", "ggplot2, golem, googlesheets4, htmlwidgets, leaflet", "paletteer, plotly, rmapshaper, scales, sf, shiny, shinyBS", "shinyWidgets, shinyauthr, shinycssloaders, shinydashboard", "shinyjs, shinyvalidate, tidyr")): could not find function "string_split_comma"