-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
83 lines (82 loc) · 2.78 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(browse_dot_graph)
export(cockburn_combabbrev)
export(cockburn_detect_corp)
export(cockburn_detect_govt)
export(cockburn_detect_hosp)
export(cockburn_detect_indiv)
export(cockburn_detect_inst)
export(cockburn_detect_inst_conds)
export(cockburn_detect_inst_conds_1)
export(cockburn_detect_inst_conds_2)
export(cockburn_detect_inst_german)
export(cockburn_detect_type)
export(cockburn_detect_univ)
export(cockburn_detect_uspto)
export(cockburn_remove_standard_names)
export(cockburn_remove_uspto)
export(cockburn_replace_compustat)
export(cockburn_replace_compustat_names)
export(cockburn_replace_derwent)
export(cockburn_replace_govt)
export(cockburn_replace_punctuation)
export(cockburn_replace_standard_names)
export(cockburn_replace_type)
export(cockburn_replace_univ)
export(defactor)
export(detect_legal_form)
export(detect_patterns)
export(escape_regex)
export(magerman_condense)
export(magerman_detect_characters)
export(magerman_detect_comma_period_irregularities)
export(magerman_detect_legal_form)
export(magerman_detect_legal_form_beginning)
export(magerman_detect_legal_form_end)
export(magerman_detect_legal_form_middle)
export(magerman_detect_umlaut)
export(magerman_remove_common_words)
export(magerman_remove_common_words_anywhere)
export(magerman_remove_common_words_at_the_beginning)
export(magerman_remove_common_words_at_the_end)
export(magerman_remove_double_quotation_marks_beginning_end)
export(magerman_remove_double_quotation_marks_irregularities)
export(magerman_remove_double_spaces)
export(magerman_remove_html_codes)
export(magerman_remove_legal_form)
export(magerman_remove_legal_form_and_clean)
export(magerman_remove_non_alphanumeric_at_the_beginning)
export(magerman_remove_non_alphanumeric_at_the_end)
export(magerman_remove_special_characters)
export(magerman_replace_accented_characters)
export(magerman_replace_comma_period_irregularities)
export(magerman_replace_comma_period_irregularities_all)
export(magerman_replace_legal_form_beginning)
export(magerman_replace_legal_form_end)
export(magerman_replace_legal_form_middle)
export(magerman_replace_proprietary_characters)
export(magerman_replace_sgml_characters)
export(magerman_replace_spelling_variation)
export(magerman_replace_umlaut)
export(make_dot_graph)
export(make_standard_names)
export(make_std_names)
export(nstand)
export(replace_patterns)
export(standardize)
export(standardize_cockburn)
export(standardize_dehtmlize)
export(standardize_detect_enc)
export(standardize_eee_ppat)
export(standardize_magerman)
export(standardize_omit_empty)
export(standardize_remove_brackets)
export(standardize_remove_quotes)
export(standardize_squish_spaces)
export(standardize_toascii)
export(standardize_toupper)
export(unlist_if_possible)
export(visualize)
export(x_length)
export(x_width)
import(data.table)