clean_up_directives {cranly} | R Documentation |
Clean up package directives
Description
Clean up package directives
Usage
clean_up_directives(variable)
Arguments
variable |
a character string. |
Value
A list of one vector of character strings.
Examples
clean_up_directives("R (234)\n stats (>0.01), base\n graphics")
[Package cranly version 0.6.0 Index]