forked from galalH/usastats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
60 lines (59 loc) · 1.58 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Generated by roxygen2: do not edit by hand
export(read_eoir)
export(read_uscis)
export(read_wraps)
importFrom(countrycode,countrycode)
importFrom(dplyr,across)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,coalesce)
importFrom(dplyr,count)
importFrom(dplyr,filter)
importFrom(dplyr,if_any)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,transmute)
importFrom(forcats,fct_collapse)
importFrom(fs,dir_ls)
importFrom(fs,path_temp)
importFrom(httr,GET)
importFrom(httr,write_disk)
importFrom(pdftools,pdf_text)
importFrom(purrr,compose)
importFrom(purrr,detect_index)
importFrom(purrr,discard)
importFrom(purrr,is_empty)
importFrom(purrr,map)
importFrom(purrr,map_dbl)
importFrom(purrr,map_dfr)
importFrom(purrr,map_int)
importFrom(purrr,pmap)
importFrom(purrr,pmap_dbl)
importFrom(purrr,quietly)
importFrom(purrr,reduce)
importFrom(purrr,set_names)
importFrom(readr,parse_number)
importFrom(readr,read_lines)
importFrom(readxl,excel_sheets)
importFrom(readxl,read_excel)
importFrom(rvest,html_attr)
importFrom(rvest,html_elements)
importFrom(rvest,session)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_match)
importFrom(stringr,str_split)
importFrom(stringr,str_to_upper)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,replace_na)
importFrom(tidyr,unnest)
importFrom(tidyselect,everything)
importFrom(tidyselect,last_col)