R/hilma-package.R

#' HILMA
#'
#' An R package for accessing the hilma API
#'
#' @docType package
#' @name hilma
#'
#' @importFrom dplyr matches mutate mutate_at select
#' @importFrom glue glue
#' @importFrom httr add_headers GET content http_error http_status POST
#' @importFrom lubridate %m-% days is.Date today ymd ymd_hms
#' @importFrom magrittr %>%
#' @importFrom purrr %||% compact flatten map map_df pluck
#' @importFrom stringr str_c
#' @importFrom tibble as_tibble tibble
NULL
hansel-oy/hilma documentation built on Feb. 20, 2020, 3:20 a.m.