ots_create_tidy_data_memoised: Downloads and processes the data from the API to return a human-readable tibble (memoised, internal)
Description
A composition of ots_create_tidy_data_unmemoised()
and memoise()
for caching the output
Usage
ots_create_tidy_data_memoised(
years = 2018,
reporters = "usa",
partners = "all",
commodities = "all",
sections = "all",
table = "yr",
max_attempts = 5
)