clean_commas | R Documentation |
The function takes the dirty data frame obtained from reading the FLUOstar DAT file and applies a function called comma_cleaner() to the dirty data frame, which automatically inserts NAs in place of the special characters, and rows with NAs only are removed.
clean_commas(df)
df |
A dirty data frame obtained from the FLUOstar DAT file. |
A clean data frame with clean NA values retained.
Tingwei Adeck
## Not run: clean_commas(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.