Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Oct 30, 2023
1 parent 16f5ad5 commit 2422903
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions R/ddl.R
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,7 @@ ddl_run <- function(input = list(), code, input_mask, datanames, join_keys) {

# replace code of teal_data with masked code
# question: warnings and errors are not masked, is it ok?
data@code <- c(
"",
format_expression(.substitute_inputs(code, args = input))
)
data@code <- format_expression(.substitute_inputs(code, args = input))
}
datanames(data) <- datanames

Expand Down

0 comments on commit 2422903

Please sign in to comment.