Convert String With Commas Into Elements

Usage

p_extract(x, use.names = TRUE)

Arguments

x
A character string of packages separated by commas; for example the strings returned from p_information.
use.names
logical. If TRUE package names, including version number, are used.

Convert String With Commas Into Elements

Convert String With Commas Into Elements

Value

Returns a character vector of packages.

Description

p_extract is designed to be used in conjunction with p_information to convert a single comma separated string into a vector of package names.

Examples

## <strong>Not run</strong>: # p_extract(p_info(ggplot2, "Depends")) # p_extract(p_info(ggplot2, "Imports")) # lapply(p_info(ggplot2, "Imports", "Depends", "Suggests"), p_extract) # ## <strong>End(Not run)</strong>

See also

p_information