# library(data.table)
# library(magrittr)
#' Static class to provide methods to fetch data from National Bank of Poland API
NbpWebApiUtils <- R6::R6Class(classname = "NbpWebApiUtils",
public = list(),
private = list())
NbpWebApiUtils$lFetchHistoricalFxRates <- function() {
}
NbpWebApiUtils$dtFetchCurrentFxRatesTable <- function() {
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.