# NOT RUN {
# returns TRUE
validate_cells(tibble::tibble(row = 1, col = 2, data_type = "numeric", value = "1"))
# this is FALSE
chk <- validate_cells(tibble::tibble(row = 1, col = 2, data_type = "numeric"))
# msg
attr(chk, "msg")
# }
Run the code above in your browser using DataLab