-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
83 lines (82 loc) · 2.04 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
83
# Generated by roxygen2: do not edit by hand
export(analyse_metadata)
export(create_edges)
export(dataframe_result)
export(format_template)
export(from_4_to_3)
export(from_4_to_3_case_0_hr)
export(from_4_to_3_case_1_hr)
export(from_4_to_3_case_2_hr)
export(from_5_to_3)
export(grp_tab_in_cluster)
export(grp_tab_names)
export(identify_hrc)
export(import)
export(length_tabs)
export(micro_arb)
export(micro_asc_rda)
export(micro_rtauargus)
export(nb_tab_generated)
export(reduce_dims)
export(reset_rtauargus_options)
export(restore_format)
export(rtauargus_options)
export(rtauargus_plus)
export(run_arb)
export(sp_format)
export(split_dataframe)
export(split_in_clusters)
export(tab_arb)
export(tab_multi_manager)
export(tab_rda)
export(tab_rtauargus)
export(tab_rtauargus2)
export(tab_rtauargus4)
export(tab_to_treat)
export(tabulate_micro_data)
export(var_to_merge)
export(write_hrc)
export(write_hrc2)
import(data.table, except = transpose)
import(utils)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,which_mutual)
importFrom(lifecycle,badge)
importFrom(lifecycle,deprecated)
importFrom(purrr,compact)
importFrom(purrr,discard)
importFrom(purrr,imap_dfr)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_at)
importFrom(purrr,transpose)
importFrom(rlang,.data)
importFrom(sdcHierarchies,hier_convert)
importFrom(sdcHierarchies,hier_import)
importFrom(stats,setNames)
importFrom(stringr,str_detect)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,unnest)
importFrom(tidyr,unnest_wider)
importFrom(utils,combn)
importFrom(zoo,na.locf)