-
Notifications
You must be signed in to change notification settings - Fork 17
/
_pkgdown.yml
37 lines (33 loc) · 1.02 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
reference:
- title: Get data
desc: Workhorse functions of the package
contents:
- ct_get_data
- ct_get_bulk
- title: Internal functions
desc: These functions are called internally by `ct_get_data` and set the comtrade keys.
contents:
- get_primary_comtrade_key
- set_primary_comtrade_key
- title: Access package data
desc: These functions allow you to access internal reference tables, such as possible ISO codes and commodity codes.
contents:
- country_codes
- ct_commodity_lookup
- ct_get_ref_table
- title: Migrating cache
desc: This function migrates your cache (comtradr version 1.0.0 and earlier) to the CRAN compliant place.
contents:
- ct_migrate_cache
- title: Deprecated functions
desc: These functions were part of the previous iteration of the package and are now deprecated.
contents:
- ct_commodity_db_type
- ct_country_lookup
- ct_get_remaining_hourly_queries
- ct_get_reset_time
- ct_pretty_cols
- ct_register_token
- ct_search
- ct_update_databases
- ct_use_pretty_cols