Skip to content

Commit

Permalink
docs: superseded
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Oct 31, 2024
1 parent af7054b commit c668d98
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/qenv-get_var.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' @description
#' `r lifecycle::badge("superseded")` by native \R operators/functions:
#' `x[[name]]`, `x$name` or `get(name, envir = qenv)`.
#' `x[[name]]`, `x$name` or [get()].
#'
#' Retrieve variables from the `qenv` environment.
#'
Expand Down
4 changes: 4 additions & 0 deletions R/qenv-join.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#' Join `qenv` objects
#'
#' @description
#' `r lifecycle::badge("superseded")` by [c()].
#'
#' Checks and merges two `qenv` objects into one `qenv` object.
#'
#' @details
#' Any common code at the start of the `qenvs` is only placed once at the start of the joined `qenv`.
#' This allows consistent behavior when joining `qenvs` which share a common ancestor.
#' See below for an example.
Expand Down
2 changes: 1 addition & 1 deletion man/get_var.Rd

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

2 changes: 2 additions & 0 deletions man/join.Rd

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

0 comments on commit c668d98

Please sign in to comment.