-
Notifications
You must be signed in to change notification settings - Fork 14
/
NAMESPACE
43 lines (42 loc) · 1.05 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
# Generated by roxygen2: do not edit by hand
S3method(print,polite)
export("%>%")
export(bow)
export(guess_basename)
export(html_attrs_dfr)
export(is.polite)
export(nod)
export(politely)
export(rip)
export(scrape)
export(set_rip_delay)
export(set_scrape_delay)
export(use_manners)
importFrom(httr,GET)
importFrom(httr,HEAD)
importFrom(httr,add_headers)
importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,handle)
importFrom(httr,headers)
importFrom(httr,http_error)
importFrom(httr,modify_url)
importFrom(httr,parse_url)
importFrom(magrittr,"%>%")
importFrom(memoise,cache_memory)
importFrom(memoise,forget)
importFrom(memoise,has_cache)
importFrom(memoise,memoise)
importFrom(ratelimitr,UPDATE_RATE)
importFrom(ratelimitr,get_rates)
importFrom(ratelimitr,limit_rate)
importFrom(ratelimitr,rate)
importFrom(robotstxt,robotstxt)
importFrom(rvest,html_attr)
importFrom(rvest,html_attrs)
importFrom(rvest,html_text)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(tools,file_ext)
importFrom(usethis,use_template)
importFrom(utils,download.file)