Functions to detect and delete non-UTF8 characters, which the XML output will not like
detect_invalid_utf8.Rd
Functions to detect and delete non-UTF8 characters, which the XML output will not like
Value
detect_invalid_utf8
returns a data.frame that gives the
column, row, and value of any datum points that contain invalid characters,
or a zero-length data frame if none are present. remove_invalid_utf8
replaces any invalid characters with an empty string.