Fix unqualified functions in active source pane
Source:R/fix_unqualified_fns.R
fix_unqualified_fns.RdInteractively find and replace unqualified, e.g. mutate(...) calls with
fully qualified dplyr::mutate(...) calls. This version operates on the
currently open file in the RStudio and allows for interactive review of the
proposed changes.