Skip to content

Commit

Permalink
change $ to [[]] in parse_data_name
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Carvalho committed Apr 23, 2024
1 parent 6d122b9 commit 10df923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ parse_data_name <- function(dat, type, project) {
if (shiny::isRunning()) {

p_set <- get_proj_settings(project)
dat <- p_set$tables[[type]]
dat <- p_set[["tables"]][[type]]

} else {

Expand Down

0 comments on commit 10df923

Please sign in to comment.