detect_invalid_utf8 | R Documentation |
Functions to detect and delete non-UTF8 characters, which the XML output will not like
detect_invalid_utf8(data)
remove_invalid_utf8(data)
data |
a data.frame, typically the input to |
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.
remove_invalid_utf8()
: Function to delete invalid UTF8 characters
write_table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.