-
Notifications
You must be signed in to change notification settings - Fork 92
/
NAMESPACE
44 lines (43 loc) · 1.11 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
# Generated by roxygen2: do not edit by hand
export(ContentScraper)
export(Drv_fetchpage)
export(Getencoding)
export(LinkExtractor)
export(LinkNormalization)
export(Linkparameters)
export(Linkparamsfilter)
export(ListProjects)
export(LoadHTMLFiles)
export(LoginSession)
export(Rcrawler)
export(RobotParser)
export(browser_path)
export(install_browser)
export(run_browser)
export(stop_browser)
import(doParallel)
import(foreach)
import(parallel)
import(webdriver)
importFrom(callr,process)
importFrom(data.table,"%chin%")
importFrom(data.table,"%like%")
importFrom(data.table,chmatch)
importFrom(httr,GET)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,timeout)
importFrom(httr,use_proxy)
importFrom(httr,user_agent)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,validate)
importFrom(selectr,css_to_xpath)
importFrom(utils,flush.console)
importFrom(utils,write.table)
importFrom(webdriver,Session)
importFrom(xml2,read_html)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_remove)
importFrom(xml2,xml_text)