You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For variables with PII search strings in the variable name or label, blanks are removed from the variable so that only non-missing values are written to the output file: data_no_blanks <- data[data[varname]!="",]
For date variables that are formatted as character strings (e.g. "2016-08-02"), this produces the following error:
Error in charToDate(x) : character string is not in a standard unambiguous format
The text was updated successfully, but these errors were encountered:
For variables with PII search strings in the variable name or label, blanks are removed from the variable so that only non-missing values are written to the output file:
data_no_blanks <- data[data[varname]!="",]
For date variables that are formatted as character strings (e.g. "2016-08-02"), this produces the following error:
The text was updated successfully, but these errors were encountered: