datacleanr_server {datacleanr} | R Documentation |
datacleanr server function
datacleanr_server(input, output, session, dataset, df_name, is_on_disk)
input , output , session |
standard |
dataset |
data.frame, tibble or data.table that needs cleaning |
df_name |
character, name of dataset or file_path passed into shiny app |
is_on_disk |
logical, whether df was read from file |