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