clean_odddat_optimus: Title: DAT file data frame cleaner.
Description
The function takes the dirty data frame obtained from reading the FLUOstar DAT file, applies an original
algorithm that inserts NAs in place of the special characters, and then applies a function called
comma_cleaner() to the dirty data frame for the removal of commas, and finally, rows with NAs only are removed.
Usage
clean_odddat_optimus(df)
Value
A clean data frame with clean NA values retained.
Arguments
df
A dirty data frame obtained from the FLUOstar DAT file.