-
Notifications
You must be signed in to change notification settings - Fork 14
/
NAMESPACE
33 lines (32 loc) · 840 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
# Generated by roxygen2: do not edit by hand
export(attribute_scrap)
export(csv_scrap)
export(images_noalt_scrap)
export(images_preview)
export(images_scrap)
export(paragraphs_scrap)
export(pdf_scrap)
export(scrap)
export(table_scrap)
export(tidy_scrap)
export(titles_scrap)
export(weblink_scrap)
export(xls_scrap)
export(xlsx_scrap)
importFrom(crayon,bgRed)
importFrom(crayon,green)
importFrom(curl,has_internet)
importFrom(dplyr,mutate_all)
importFrom(robotstxt,paths_allowed)
importFrom(rvest,"%>%")
importFrom(rvest,html_attr)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(rvest,html_text)
importFrom(stringi,stri_remove_empty)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_trim)
importFrom(tidyr,as_tibble)
importFrom(utils,download.file)
importFrom(xml2,read_html)