-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
57 lines (56 loc) · 1.5 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
# Generated by roxygen2: do not edit by hand
export(.decode_duckduckgo_urls)
export(.extract_links)
export(.get_site)
export(.process_bing)
export(.process_yahoo)
export(abbreviations)
export(api_huggingface_embeddings)
export(extract_date)
export(nlp_build_chunks)
export(nlp_cast_tokens)
export(nlp_melt_tokens)
export(nlp_split_paragraphs)
export(nlp_split_sentences)
export(nlp_tokenize_text)
export(sem_nearest_neighbors)
export(sem_search_corpus)
export(standardize_date)
export(web_scrape_urls)
export(web_search)
importFrom(data.table,":=")
importFrom(data.table,.BY)
importFrom(data.table,.EACHI)
importFrom(data.table,.GRP)
importFrom(data.table,.I)
importFrom(data.table,.N)
importFrom(data.table,.NGRP)
importFrom(data.table,.SD)
importFrom(data.table,data.table)
importFrom(data.table,fifelse)
importFrom(data.table,last)
importFrom(data.table,nafill)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(httr,GET)
importFrom(httr,timeout)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,dmy)
importFrom(lubridate,mdy)
importFrom(lubridate,ymd)
importFrom(lubridate,ymd_hms)
importFrom(rvest,html_attr)
importFrom(rvest,html_name)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(stringr,str_detect)
importFrom(stringr,str_trim)
importFrom(utils,URLdecode)
importFrom(utils,URLencode)
importFrom(utils,head)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
importFrom(xml2,read_html)