View source: R/datacleanr_server.R
datacleanr_server | 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.