pkg_chr_split_comma: Split a list of packages separated by commas

View source: R/utils_package_dev.R

pkg_chr_split_commaR Documentation

Split a list of packages separated by commas

Description

Split a list of packages separated by commas

Usage

pkg_chr_split_comma(x)

Arguments

x

chr of packages, often the output from renv

Value

chr vector with each package as a character

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") )

yogat3ch/UU documentation built on May 31, 2024, 10:14 p.m.