forked from dzulfiqarfr/bpsr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
82 lines (81 loc) · 2.18 KB
/
NAMESPACE
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Generated by roxygen2: do not edit by hand
S3method(full_join,bpsr_tbl)
S3method(inner_join,bpsr_tbl)
S3method(left_join,bpsr_tbl)
S3method(print,bpsr_dataset)
S3method(print,bpsr_file)
S3method(print,bpsr_metadata)
S3method(print,bpsr_multiple_datasets)
S3method(print,bpsr_multiple_responses)
S3method(print,bpsr_response)
S3method(print,bpsr_table)
S3method(print,bpsr_trade_dataset)
S3method(right_join,bpsr_tbl)
S3method(tbl_format_footer,bpsr_tbl)
export(bps_add_date)
export(bps_dataset)
export(bps_dataset_spreadsheet)
export(bps_derived_var)
export(bps_domain)
export(bps_download)
export(bps_download_spreadsheet)
export(bps_get_dataset)
export(bps_get_datasets)
export(bps_get_trade_hs_chapter)
export(bps_get_trade_hs_full)
export(bps_guess_latest_trade_year)
export(bps_hs_code)
export(bps_list)
export(bps_metadata)
export(bps_period)
export(bps_request)
export(bps_request_multiple)
export(bps_request_paginated)
export(bps_sdg)
export(bps_search)
export(bps_set_key)
export(bps_subject)
export(bps_subject_category)
export(bps_vertical_var)
export(bps_view)
export(bps_year)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_end)
importFrom(cli,cli_li)
importFrom(cli,cli_progress_step)
importFrom(cli,cli_text)
importFrom(cli,cli_ul)
importFrom(dplyr,full_join)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,right_join)
importFrom(glue,glue)
importFrom(pillar,tbl_format_footer)
importFrom(purrr,map)
importFrom(purrr,pluck)
importFrom(purrr,pmap)
importFrom(rlang,":=")
importFrom(rlang,abort)
importFrom(rlang,arg_match)
importFrom(rlang,caller_arg)
importFrom(rlang,caller_env)
importFrom(rlang,is_character)
importFrom(rlang,is_integer)
importFrom(rlang,is_null)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_length)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_squish)
importFrom(stringr,str_sub)
importFrom(stringr,str_to_lower)
importFrom(tibble,as_tibble)
importFrom(tibble,new_tibble)
importFrom(utils,str)