Skip to content

Commit

Permalink
Update R/init.R
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksander Chlebowski <[email protected]>
Signed-off-by: Vedha Viyash <[email protected]>
  • Loading branch information
vedhav and chlebowa authored Nov 16, 2023
1 parent d3dbcf0 commit f35888c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/init.R
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ init <- function(data,

# Calculate app id that will be used to stamp filter state snapshots.
# App id is a hash of the app's data and modules.
# See "transferring snapshots" section in ?snapshot. Raw data must be extracted from environments.
# See "transferring snapshots" section in ?snapshot.
hashables <- mget(c("data", "modules"))
hashables$data <- if (inherits(hashables$data, "teal_data")) {
as.list(hashables$data@env)
Expand Down

0 comments on commit f35888c

Please sign in to comment.