Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note I() behaviour may be unexpected #6170

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions R/aes.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ NULL
#'
#' [Delayed evaluation][aes_eval] for working with computed variables.
#'
#' @note
#' Using `I()` to create objects of class 'AsIs' causes scales to ignore the
#' variable and assumes the wrapped variable is direct input for the grid
#' package. Please be aware that variables are sometimes combined, like in
#' some stats or position adjustments, that may yield unexpected results with
#' 'AsIs' variables.
#'
#' @family aesthetics documentation
#' @return A list with class `uneval`. Components of the list are either
#' quosures or constants.
Expand Down
7 changes: 7 additions & 0 deletions man/aes.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading