-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
33 lines (32 loc) · 830 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(analyze_entities)
export(analyze_sentiment)
export(analyze_syntax)
export(annotate_text)
export(configure_googlenlp)
export(flatten_entities)
export(flatten_sentences)
export(flatten_sentiment)
export(flatten_tokens)
export(gcnlp_key)
export(gcnlp_post)
export(get_config_file)
export(set_api_key)
importFrom(dplyr,"%>%")
importFrom(dplyr,mutate)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(httr,POST)
importFrom(httr,accept_json)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(httr,http_type)
importFrom(httr,status_code)
importFrom(httr,user_agent)
importFrom(jsonlite,fromJSON)
importFrom(purrr,flatten_df)
importFrom(purrr,map_df)
importFrom(readr,write_file)
importFrom(rlang,.data)
importFrom(utils,file.edit)