detect_invalid_utf8: Functions to detect and delete non-UTF8 characters, which the...

View source: R/utf8.R

detect_invalid_utf8R Documentation

Functions to detect and delete non-UTF8 characters, which the XML output will not like

Description

Functions to detect and delete non-UTF8 characters, which the XML output will not like

Usage

detect_invalid_utf8(data)

remove_invalid_utf8(data)

Arguments

data

a data.frame, typically the input to write_table

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.

Functions

  • remove_invalid_utf8(): Function to delete invalid UTF8 characters

See Also

write_table


shug0131/cctu documentation built on Feb. 15, 2025, 3:27 p.m.