inspect(x, ...)
## S3 method for class 'w3c_markup_validate':
inspect(x, details = TRUE, ...)
## S3 method for class 'w3c_markup_validate_db':
inspect(x, details = TRUE, full = FALSE, ...)inspect() is a generic function. The methods for objects inheriting from "w3c_markup_validate"
or "w3c_markup_validate_db" (single results of markup
validation using w3c_markup_validate, or collections of
such results) conveniently summarize the problems found by the
validation service as collections of tables with columns giving the
line, column and a description of the problem.