We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04cb357 commit 418d248Copy full SHA for 418d248
R/qenv-constructor.R
@@ -19,10 +19,11 @@
19
#' following characteristics:
20
#'
21
#' - `qenv` environment is locked, and data modification is only possible through the `eval_code()`
22
-#' and `within()` functions.
+#' and `within()` functions.
23
#' - It stores metadata about the code used to create the data.
24
#' - Is immutable which means that each code evaluation does not modify the original `qenv`
25
-#' environment directly. See the following code:
+#' environment directly. See the following code:
26
+#'
27
#' ```
28
#' q1 <- qenv()
29
#' q2 <- eval_code(q1, "a <- 1")
0 commit comments