Created
October 27, 2021 09:33
-
-
Save zsigmas/50282dad3b005d90d65369bb9a543728 to your computer and use it in GitHub Desktop.
Common importFrom from other packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#' .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