-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
33 lines (32 loc) · 780 Bytes
/
NAMESPACE
File metadata and controls
33 lines (32 loc) · 780 Bytes
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(all_ranges)
export(amazon_ranges)
export(azure_ranges)
export(digitalocean_ranges)
export(google_ranges)
export(linode_ranges)
export(normalize_ipv4)
export(ovh_ranges)
export(rackspace_ranges)
export(softlayer_ranges)
import(gdns)
import(httr)
import(purrr)
import(stringi)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,data_frame)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,tbl_df)
importFrom(iptools,is_ipv4)
importFrom(jsonlite,fromJSON)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(xml2,read_xml)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)