Used for warning and error messages. Returns a printable
string with IDs which have been identified.
Usage
get_ID_info(x, n = 5L, prefix = " ID")
Arguments
- x
character vector.
- n
integer, defaults to 5
. Number of rows to be explicitly listed (if any).
- prefix
character or NULL
, default "ID"
.
Value
Character string with the information where suspicious values have been
found in the XLSX file. If there are no suspicious rows, FALSE
is returned.