check_validity {rgoogleslides} | R Documentation |
A function that checks and ensure that the value only returns null or a number. This function can only check one value at a time.
check_validity(value)
value |
Value to check if the value is valid. If value is NA, return as NULL instead. |