Nothing
# tests/testthat/test-fetch_data.R
library(testthat)
library(bddkR)
test_that("package returns a tibble file", {
data <- fetch_data(
start_year = 2023,
start_month = 1,
end_year = 2023,
end_month = 2,
table_no = 1,
currency = "TL",
group = 10001,
lang = "tr",
save_excel = FALSE
)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.