roxygen2 icon indicating copy to clipboard operation
roxygen2 copied to clipboard

Add capability to import all functions that start with a prefix

Open hadley opened this issue 1 year ago • 1 comments

e.g. @importFrom purrr starts_with("map")

Probably would want to implement something close to tidyselection here.

I think we can built into @importFrom since there shouldn't be any instance where the second argument is a call.

hadley avatar Jul 26 '22 18:07 hadley

Or maybe a regular expression would be sufficient.

hadley avatar Feb 16 '23 23:02 hadley