Closed trettenbrein closed 3 years ago
It seems that file_clean()which calls clean_data() fails for files with missing data, producing the below error message:
file_clean()
clean_data()
Error in if (data_points[r, c] == 0 && data_points[r - 1, c] != 0) { : missing value where TRUE/FALSE needed
It seems that
file_clean()
which callsclean_data()
fails for files with missing data, producing the below error message: