R/fix_unqualified_fns.R
fix_unqualified_fns_bulk.Rd
This is a code linting function and expected to be called at the console
during package development. It will scan the files in the current project and
replace unqualified references to e.g. mutate
with ones to dplyr::mutate
etc.
the package
the locations of the R code to fix (by default R scripts, and tests, but not vignettes)
by default this function will not actually do anything unless this is set to FALSE. However the dry run output can be manually compared with a diff tool to interactively accept changes.
a list of package names to pick from first
nothing. called for side effects.