Skip to content

Instantly share code, notes, and snippets.

@zsigmas
Created October 27, 2021 09:33
Show Gist options
  • Save zsigmas/50282dad3b005d90d65369bb9a543728 to your computer and use it in GitHub Desktop.
Save zsigmas/50282dad3b005d90d65369bb9a543728 to your computer and use it in GitHub Desktop.
Common importFrom from other packages
#' .data object from dplyr
#'
#' @name .data
#' @rdname dplyr_.data
#' @keywords internal
#' @importFrom dplyr .data
NULL
#' := object from rlang
#'
#' @name :=
#' @rdname dplyr_colon_equal
#' @keywords internal
#' @importFrom rlang :=
NULL
#' NSE function from tidyselect
#'
#' @name where
#' @rdname tidyselect_where
#' @keywords internal
utils::globalVariables("where")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment