Open matt-dray opened 4 years ago
It may be beneficial, but again very opinionated, to include parsing of certain strings and function, variable and package names. For example:
xaringan
ggplot2
is.numeric()
as_factor()
Maybe camel case cold be split apart, so actionButton is split into 'action button', or something.
actionButton
It may be beneficial, but again very opinionated, to include parsing of certain strings and function, variable and package names. For example:
xaringan
package could be 'sharingan' andggplot2
could be 'jee jee plot 2'is.numeric()
could be 'is dot numeric',as_factor()
could be 'as underscore factor'Maybe camel case cold be split apart, so
actionButton
is split into 'action button', or something.