R/utils-problems.R

#' Retrieve parsing problems
#'
#' Retrieves the parsing problems in data frame returned by [read_resource()].
#' See [readr::problems()] for details.
#'
#' @name problems
#' @importFrom readr problems
#' @export
#' @keywords internal
# This function is added to the NAMESPACE so users don't have to load readr.
# Inspired by usethis::use_pipe()
# Required to have an .rd file, but not listed in function reference (internal).
NULL

Try the frictionless package in your browser

Any scripts or data that you put into this service are public.

frictionless documentation built on June 8, 2025, 10:38 a.m.