-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
121 lines (120 loc) · 2.94 KB
/
NAMESPACE
File metadata and controls
121 lines (120 loc) · 2.94 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# Generated by roxygen2: do not edit by hand
S3method(print,mwi_python_status)
export(LLM_Config)
export(LLM_Recode)
export(PDFtoText)
export(addterm)
export(addurl)
export(analyse_powerlaw)
export(annotatedData)
export(archive_available)
export(check_python_status)
export(clean_string)
export(clean_url)
export(clear_trafilatura_cache)
export(connect_db)
export(convert_date)
export(crawl)
export(crawlDetails)
export(crawlDomain)
export(crawlForce)
export(crawlurls)
export(create_land)
export(db_setup)
export(deleteland)
export(detect_links_and_add)
export(diagnose_variable)
export(discretize_variable)
export(ensure_trafilatura)
export(export_corpus)
export(export_fullpagecsv)
export(export_land)
export(export_mediacsv)
export(export_nodecsv)
export(export_nodegexf)
export(export_pagecsv)
export(export_pagegexf)
export(expression_relevance)
export(extract_original_from_archive)
export(extract_real_hostname)
export(find_clusters)
export(get_last_memento_url)
export(get_relevance)
export(importFile)
export(initmwi)
export(is_media_link)
export(list_domain)
export(listlands)
export(mkdictionary)
export(mwiR_detectLang)
export(mwi_python_env)
export(mwir_seorank)
export(mwir_system_info)
export(phrase_tokenizer)
export(plotlog)
export(related_query)
export(remove_python_env)
export(safe_scalar)
export(setup_python)
export(slugify)
export(stem_word)
export(to_metadata)
export(transform_variable)
export(urlist_Bing)
export(urlist_Duck)
export(urlist_Google)
export(validate_url)
export(word_tokenizer)
import(DBI)
import(RSQLite)
import(SnowballC)
import(ggplot2)
import(reticulate)
import(utils)
importFrom(RSQLite,SQLite)
importFrom(RSQLite,dbBegin)
importFrom(RSQLite,dbCommit)
importFrom(RSQLite,dbConnect)
importFrom(RSQLite,dbDisconnect)
importFrom(RSQLite,dbExecute)
importFrom(RSQLite,dbExistsTable)
importFrom(RSQLite,dbGetQuery)
importFrom(RSQLite,dbRollback)
importFrom(XML,newXMLNode)
importFrom(XML,saveXML)
importFrom(furrr,furrr_options)
importFrom(furrr,future_map)
importFrom(future,availableCores)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(future,sequential)
importFrom(glue,glue)
importFrom(glue,glue_data)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,headers)
importFrom(httr,status_code)
importFrom(httr,timeout)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(progressr,handlers)
importFrom(progressr,progressor)
importFrom(progressr,with_progress)
importFrom(readr,write_csv)
importFrom(stats,IQR)
importFrom(stats,sd)
importFrom(stringi,stri_join)
importFrom(stringi,stri_length)
importFrom(stringi,stri_replace_all_regex)
importFrom(stringi,stri_trans_general)
importFrom(stringi,stri_trim_both)
importFrom(stringr,boundary)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_match_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)