clean_dataframe | R Documentation |
uploaded data will often have garbage in the comments box such as "NULL", "NA", "N/A", etc. Clean these comments and drop all rows without comment before they go to the pipeline
clean_dataframe(data, comment_column)
data |
a dataframe of uploaded patient experience data |
comment_column |
a string for the name of the column for the comment text |
dataframe with cleaned comment_column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.