This repository has been archived by the owner on Jul 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
77 lines (76 loc) · 1.74 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(":=")
export(.data)
export(as_label)
export(as_name)
export(break_line)
export(build_my_env)
export(cal_cagr)
export(cal_growth_rate)
export(cal_share)
export(contain_all_keywords)
export(contain_any_keywords)
export(enquo)
export(enquos)
export(expr)
export(get_past_year)
export(numeric2Chinese)
export(period_month)
export(period_year)
export(print_with_time)
export(rpt_area_value)
export(rpt_country_value)
export(rpt_mof_export_summary)
export(rpt_mof_export_top_n_product)
export(rpt_mof_industry_region)
export(rpt_mof_summary_dev)
export(str2regex)
export(sym)
export(syms)
export(toChString)
export(tt_English2Chinese)
export(tt_append_area)
export(tt_append_global)
export(tt_area_show)
export(tt_bind_area)
export(tt_bind_industry)
export(tt_compare_hscode)
export(tt_convert_industry_name)
export(tt_df_filter_top_and_bottom_n)
export(tt_df_lower_name)
export(tt_df_mutate_chinese_hscode)
export(tt_df_show)
export(tt_df_sub_hscode)
export(tt_df_upper_name)
export(tt_ext_world_value)
export(tt_filter_by_area)
export(tt_filter_by_hscode)
export(tt_format_hscode)
export(tt_get_path)
export(tt_grouped_sum)
export(tt_hscode_show)
export(tt_industry_grouped_sum)
export(tt_ls)
export(tt_order_by_industry_for_reports)
export(tt_parse_date)
export(tt_parse_hscode)
export(tt_read_itc_file)
export(tt_read_mof)
export(tt_read_table)
export(tt_spread_value)
export(tt_vroom_mof)
export(y2date)
export(ym2date)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,expr)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stats,aggregate)
importFrom(utils,View)