#' 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.