-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
50 lines (49 loc) · 1.24 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(calculate_detailed_records)
export(calculate_initial_records)
export(calculate_phase_count)
export(calculate_phase_records)
export(calculate_record_counts)
export(citation_summary_table)
export(compare_sources)
export(count_unique)
export(create_detailed_record_table)
export(create_initial_record_table)
export(create_precision_sensitivity_table)
export(dedup_citations)
export(dedup_citations_add_manual)
export(export_bib)
export(export_csv)
export(export_ris)
export(plot_contributions)
export(plot_source_overlap_heatmap)
export(plot_source_overlap_upset)
export(precision_sensitivity_table)
export(read_citations)
export(record_counts)
export(record_counts_table)
export(record_level_table)
export(record_summary_table)
export(reimport_csv)
export(reimport_ris)
export(runShiny)
export(run_shiny)
import(dplyr)
import(gt)
import(rlang)
import(scales)
import(tidyr)
importFrom(dplyr,"%>%")
importFrom(gt,cells_column_labels)
importFrom(gt,cols_label)
importFrom(gt,gt)
importFrom(gt,tab_footnote)
importFrom(gt,tab_header)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(stats,xtabs)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,write.table)