#' Access and download data from the healthdata.gov catalog
#'
#' @author Ivan Castro
#' @name healthdatacsv
#'
#' @importFrom dplyr as_tibble select mutate filter distinct
#' @importFrom httr user_agent modify_url http_error status_code
#' @importFrom httpcache GET startLog
#' @importFrom jsonlite fromJSON flatten
#' @importFrom stringr str_detect regex
#' @importFrom purrr map map_lgl
#' @importFrom tidyr unnest
#' @importFrom tibble tibble
#' @importFrom rlang .data
#' @importFrom vroom vroom
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.