When using a missing_label and complete_case=TRUE, missing values are removed from the data frame in the global environment. Perhaps it is better to make a copy of the data frame in which the missing values are removed within the function so that the data frame in the global environment is not modified?
When using a missing_label and complete_case=TRUE, missing values are removed from the data frame in the global environment. Perhaps it is better to make a copy of the data frame in which the missing values are removed within the function so that the data frame in the global environment is not modified?