R/openbankeR.R

#' openbankeR: a package for querying the UK Open Banking (Open Data) API
#'
#' The openbankeR package provides two main features:
#' \itemize{
#'   \item Create an R client for the API
#'   \item Extract raw data from the API using convenient queries
#' }
#'
#' @section Available functions:
#' The available functions are:
#' \itemize{
#'   \item \code{\link{CreateOpenBankingClient}}: Creates a client for querying the API
#' }
#'
#' @docType package
#' @name openbankeR
NULL

## usethis namespace: start
#' @importFrom magrittr %>%
## usethis namespace: end
NULL
nik01010/openbankeR documentation built on July 17, 2022, 8:56 a.m.