-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
39 lines (38 loc) · 954 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,reapr_taglist)
S3method(print,reapr_doc)
S3method(print,reapr_raw_tbl)
S3method(print,reapr_tbl_cell)
S3method(print,reapr_tbl_row)
S3method(reap_node,default)
S3method(reap_node,reapr_doc)
S3method(reap_nodes,default)
S3method(reap_nodes,reapr_doc)
S3method(reap_table,reapr_doc)
S3method(reap_table,xml_document)
S3method(reap_table,xml_node)
S3method(reap_table,xml_nodeset)
export("%>%")
export(add_response_url_from)
export(as_tibble.reapr_taglist)
export(mill)
export(reap_attr)
export(reap_attrs)
export(reap_children)
export(reap_name)
export(reap_node)
export(reap_nodes)
export(reap_table)
export(reap_text)
export(reap_url)
import(httr)
import(selectr)
import(xml2)
import(xslt)
importFrom(curl,nslookup)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(stats,terms)
useDynLib(reapr, .registration=TRUE)