# Generated by roxygen2: do not edit by hand

export(new_arrange_block)
export(new_bind_cols_block)
export(new_bind_rows_block)
export(new_filter_block)
export(new_filter_expr_block)
export(new_join_block)
export(new_mutate_block)
export(new_mutate_expr_block)
export(new_pivot_longer_block)
export(new_pivot_wider_block)
export(new_rename_block)
export(new_select_block)
export(new_separate_block)
export(new_slice_block)
export(new_summarize_block)
export(new_summarize_expr_block)
export(new_summarize_nocode_block)
export(new_unite_block)
export(new_value_filter_block)
import(blockr.core)
import(shiny)
importFrom(blockr.core,blockr_option)
importFrom(blockr.core,register_blocks)
importFrom(dplyr,between)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,cumall)
importFrom(dplyr,cumany)
importFrom(dplyr,cume_dist)
importFrom(dplyr,cummean)
importFrom(dplyr,dense_rank)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,min_rank)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,near)
importFrom(dplyr,nth)
importFrom(dplyr,ntile)
importFrom(dplyr,percent_rank)
importFrom(dplyr,row_number)
importFrom(dplyr,slice)
importFrom(dplyr,slice_head)
importFrom(dplyr,slice_max)
importFrom(dplyr,slice_min)
importFrom(dplyr,slice_sample)
importFrom(dplyr,slice_tail)
importFrom(glue,glue)
importFrom(htmltools,div)
importFrom(htmltools,h5)
importFrom(htmltools,h6)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(jsonlite,toJSON)
importFrom(shiny,HTML)
importFrom(shiny,NS)
importFrom(shiny,actionButton)
importFrom(shiny,checkboxInput)
importFrom(shiny,conditionalPanel)
importFrom(shiny,div)
importFrom(shiny,icon)
importFrom(shiny,isolate)
importFrom(shiny,moduleServer)
importFrom(shiny,numericInput)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,p)
importFrom(shiny,radioButtons)
importFrom(shiny,reactive)
importFrom(shiny,renderUI)
importFrom(shiny,req)
importFrom(shiny,selectInput)
importFrom(shiny,selectizeInput)
importFrom(shiny,shinyApp)
importFrom(shiny,showNotification)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shiny,textInput)
importFrom(shiny,uiOutput)
importFrom(shiny,updateCheckboxInput)
importFrom(shiny,updateNumericInput)
importFrom(shiny,updateSelectInput)
importFrom(shiny,updateSelectizeInput)
importFrom(shinyAce,aceAutocomplete)
importFrom(shinyAce,aceEditor)
importFrom(shinyAce,aceTooltip)
importFrom(shinyAce,updateAceEditor)
importFrom(shinyjs,runjs)
importFrom(shinyjs,useShinyjs)
importFrom(stats,rnorm)
importFrom(stats,setNames)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
importFrom(tidyr,unite)
importFrom(utils,str)
