Skip to content

Commit

Permalink
docs: remove unused doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Apr 15, 2024
1 parent 53049d4 commit 9deb0fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ add_facet_labels <- function(p, xfacet_label = NULL, yfacet_label = NULL) {
})
}

#' Add the package prefix for `ggplot2::facet_grid` and `dplyr::vars`
# Add the package prefix for `ggplot2::facet_grid` and `dplyr::vars`
add_facet_call_pkg_prefix <- function(fun_call) {
fun_call_str <- gsub("^facet_grid\\(", "ggplot2::facet_grid\\(", deparse(fun_call))
fun_call_str <- gsub("vars\\(", "dplyr::vars\\(", fun_call_str)
Expand Down
11 changes: 0 additions & 11 deletions man/add_facet_call_pkg_prefix.Rd

This file was deleted.

0 comments on commit 9deb0fc

Please sign in to comment.