Skip to content

Commit f18d55a

Browse files
committed
bring @param names documentation
1 parent e251952 commit f18d55a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

R/qenv-constructor.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
#'
66
#' Create a `qenv` object and evaluate code in it to track code history.
77
#'
8+
#' @param names (`character`) for `x[names]`, names of objects included in `qenv` to subset. Names not present in `qenv`
9+
#' are skipped. For `get_code` `r lifecycle::badge("experimental")` vector of object names to return the code for.
10+
#' For more details see the "Extracting dataset-specific code" section.
11+
#'
812
#' @details
913
#'
1014
#' `qenv()` instantiates a `qenv` with an empty environment.

man/qenv.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)