gen_set_of_words {ztype} | R Documentation |
gen_set_of_words
Description
extracts all function names from a given list of packages
Usage
gen_set_of_words(packages)
Arguments
packages |
character vector. package(s) to parse and extract function names from |
Value
a character vector
Examples
## Not run:
require(ztype)
require(magrittr)
c("dplyr","ggplot2","lubridate") %>% gen_set_of_words()
## End(Not run)
[Package ztype version 0.1.0 Index]