Skip to content

Commit

Permalink
ds_freq_cont has been deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindhebbali committed Feb 28, 2019
1 parent 6c45edf commit fce7926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/app-descriptr/logic/logic_freq_quant.R
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ fil_quant_data <- reactive({
})

fquant_out <- eventReactive(input$submit_fquant, {
ko <- ds_freq_cont(fil_quant_data(),
ko <- ds_freq_table(fil_quant_data(),
!! sym(as.character(input$var_freq_quant)),
input$bins)
ko
Expand Down

0 comments on commit fce7926

Please sign in to comment.