Skip to content

Commit

Permalink
update display for get_code and within
Browse files Browse the repository at this point in the history
  • Loading branch information
donyunardi committed Jan 28, 2025
1 parent dfc3c1d commit 427e186
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/teal_data-constructor.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
#' - It inherits from the environment and methods such as [`$`], [get()], [ls()], [as.list()],
#' [parent.env()] work out of the box.
#' - `teal_data` is a locked environment, and data modification is only possible through the
#' [teal.code::eval_code()] and [teal.code::within.qenv()] functions.
#' - It stores metadata about the code used to create the data (see [get_code()][get_code,teal_data-method]).
#' [teal.code::eval_code()] and [`within.qenv()`][teal.code::within.qenv()] functions.
#' - It stores metadata about the code used to create the data (see [`get_code()`][get_code,teal_data-method]).
#' - It supports slicing (see [`teal.code::subset-qenv`])
#' - Is immutable which means that each code evaluation does not modify the original `teal_data`
#' environment directly.
#' - It maintains information about relationships between datasets (see [join_keys()]).
#'
#' @return A `teal_data` object.
#'
#' @seealso [`teal.code::eval_code`], [get_code,teal_data-method], [join_keys()], [names.teal_data()]
#' @seealso [`teal.code::eval_code`], [`get_code()`][get_code,teal_data-method], [join_keys()], [names.teal_data()]
#'
#' @export
#'
Expand Down
6 changes: 3 additions & 3 deletions man/teal_data.Rd

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

0 comments on commit 427e186

Please sign in to comment.