-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
40 lines (39 loc) · 944 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
34
35
36
37
38
39
40
# Generated by roxygen2: do not edit by hand
S3method(print,ia_scrape)
export(archive_available)
export(cdx_basic_query)
export(get_mementos)
export(get_timemap)
export(ia_fields)
export(ia_retrieve)
export(ia_scrape)
export(ia_scrape_has_more)
export(ia_scrape_next_page)
export(is_first_memento)
export(is_last_memento)
export(is_memento)
export(is_next_memento)
export(is_original)
export(is_prev_memento)
export(is_timegate)
export(is_timemap)
export(read_memento)
import(anytime)
import(httr)
import(purrr)
import(stringi)
importFrom(anytime,anytime)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(jsonlite,fromJSON)
importFrom(lazyeval,interp)
importFrom(memoise,memoise)
importFrom(purrr,"%||%")
importFrom(rvest,html_attr)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)
importFrom(tibble,data_frame)
importFrom(utils,URLencode)
importFrom(xml2,read_html)