Skip to content

Commit

Permalink
improve docs format
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Dec 18, 2024
1 parent 04cb357 commit 418d248
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R/qenv-constructor.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
#' following characteristics:
#'
#' - `qenv` environment is locked, and data modification is only possible through the `eval_code()`
#' and `within()` functions.
#' and `within()` functions.
#' - It stores metadata about the code used to create the data.
#' - Is immutable which means that each code evaluation does not modify the original `qenv`
#' environment directly. See the following code:
#' environment directly. See the following code:
#'
#' ```
#' q1 <- qenv()
#' q2 <- eval_code(q1, "a <- 1")
Expand Down

0 comments on commit 418d248

Please sign in to comment.