-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
78 lines (77 loc) · 2.08 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
# Generated by roxygen2: do not edit by hand
export("%vcontains%")
export(calculate_proportions)
export(change_lake_items_metadata)
export(clean_corpus)
export(commit_lake_item)
export(commit_mart_row)
export(commit_mart_table)
export(commit_warehouse_row)
export(commit_warehouse_table)
export(compute_category_sentiment_score)
export(compute_nb_sentences)
export(compute_nb_words)
export(count_na)
export(dbxDeleteFile)
export(dbxDownloadFile)
export(dbxListDir)
export(dbxMoveFile)
export(dbxUploadFile)
export(detect_language)
export(get_dictionary)
export(get_europe_mep_data)
export(get_hub2_table)
export(get_mart_table)
export(get_warehouse_table)
export(log_close)
export(log_init)
export(logit)
export(normalize_min_max)
export(process_command_line_options)
export(reduce_outliers)
export(replace_null)
export(rm_accents)
export(run_dictionary)
export(sample_biased)
export(scale_discrete_quorum)
export(split_words)
export(spread_list_to_df)
export(theme_clean_dark)
export(theme_clean_light)
export(translate_text)
export(version)
import(dplyr)
import(quanteda)
importFrom(RCurl,curlEscape)
importFrom(RCurl,getURL)
importFrom(XML,xmlRoot)
importFrom(XML,xmlTreeParse)
importFrom(XML,xmlValue)
importFrom(crayon,green)
importFrom(crayon,yellow)
importFrom(dplyr,"%>%")
importFrom(fastText,language_identification)
importFrom(foreach,"%do%")
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_discrete_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,waiver)
importFrom(lifecycle,deprecated)
importFrom(magrittr,`%>%`)
importFrom(purrr,map_dfr)
importFrom(rlang,abort)
importFrom(rlist,list.merge)
importFrom(stats,aggregate)
importFrom(stringr,str_replace_all)
importFrom(testthat,context)
importFrom(testthat,expect_equal)
importFrom(testthat,expect_error)
importFrom(testthat,expect_warning)
importFrom(testthat,test_that)
importFrom(tictoc,tic)
importFrom(tictoc,toc)