-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
46 lines (45 loc) · 1.26 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
41
42
43
44
45
46
# Generated by roxygen2: do not edit by hand
export(used_here)
export(used_there)
import(dplyr)
import(rlang)
importFrom(cli,cli_abort)
importFrom(conflicted,conflict_scout)
importFrom(highr,hi_latex)
importFrom(httr,parse_url)
importFrom(kableExtra,kable_styling)
importFrom(knitr,current_input)
importFrom(knitr,kable)
importFrom(knitr,purl)
importFrom(lifecycle,deprecated)
importFrom(purrr,list_c)
importFrom(purrr,list_flatten)
importFrom(purrr,list_rbind)
importFrom(purrr,map)
importFrom(purrr,walk)
importFrom(readr,read_lines)
importFrom(rvest,html_attr)
importFrom(rvest,html_element)
importFrom(rvest,html_elements)
importFrom(rvest,html_table)
importFrom(rvest,read_html)
importFrom(stringr,str_c)
importFrom(stringr,str_ends)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_flatten_comma)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(tibble,as_tibble)
importFrom(tibble,enframe)
importFrom(tibble,tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,extract)
importFrom(tidyr,fill)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,separate_longer_delim)
importFrom(tidyr,separate_wider_delim)
importFrom(tidyr,separate_wider_regex)
importFrom(tidyr,unnest)
importFrom(tidyselect,everything)
importFrom(utils,tail)
importFrom(withr,defer)