Skip to content

Commit

Permalink
chore: revert local changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Oct 16, 2023
1 parent 4cbc4a5 commit f9d09fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/tm_variable_browser.R
Original file line number Diff line number Diff line change
Expand Up @@ -485,10 +485,9 @@ srv_variable_browser <- function(id,
)

output$variable_summary_table <- DT::renderDataTable({
browser()
var_summary_table(
plotted_data()$data,
TRUE,
treat_numeric_as_factor(),
input$variable_summary_table_rows,
if (!is.null(input$remove_outliers) && input$remove_outliers) {
req(input$outlier_definition_slider)
Expand Down

0 comments on commit f9d09fd

Please sign in to comment.