validate_translation {labelmachine} | R Documentation |
This function checks if the object structure is that of a translation (named character vector).
validate_translation(obj,
err_handler = composerr("The object has not a valid translation structure"))
obj |
An object that should be tested |
err_handler |
An error handling function |