-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
executable file
·40 lines (39 loc) · 1.06 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
# Generated by roxygen2: do not edit by hand
export(html_df)
import(ranger)
importFrom(R.utils,withTimeout)
importFrom(cld3,detect_language)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(httr,GET)
importFrom(httr,HEAD)
importFrom(httr,RETRY)
importFrom(httr,timeout)
importFrom(lubridate,as_datetime)
importFrom(lubridate,parse_date_time)
importFrom(magrittr,`%>%`)
importFrom(processx,run)
importFrom(progress,progress_bar)
importFrom(rvest,html_attr)
importFrom(rvest,html_node)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(rvest,html_text)
importFrom(stats,na.omit)
importFrom(stringr,str_count)
importFrom(stringr,str_extract)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,unnest_wider)
importFrom(tools,file_ext)
importFrom(urltools,path)
importFrom(utils,flush.console)
importFrom(utils,object.size)
importFrom(xml2,read_html)
importFrom(xml2,url_absolute)
importFrom(xml2,xml_url)