This repository has been archived by the owner on Dec 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
77 lines (76 loc) · 1.91 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Generated by roxygen2: do not edit by hand
export(cs_address)
export(cs_collapse)
export(cs_combine)
export(cs_create_index)
export(cs_crime)
export(cs_crime_cat)
export(cs_example)
export(cs_extract_month)
export(cs_filter_count)
export(cs_filter_crime)
export(cs_get_data)
export(cs_last_update)
export(cs_load_year)
export(cs_missingXY)
export(cs_parse_date)
export(cs_parse_month)
export(cs_prep_year)
export(cs_projectXY)
export(cs_replace0)
export(cs_replace_month)
export(cs_standardize)
export(cs_validate)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,is.tbl)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(fs,file_copy)
importFrom(fs,file_move)
importFrom(httr,POST)
importFrom(httr,content)
importFrom(httr,warn_for_status)
importFrom(lubridate,date)
importFrom(lubridate,parse_date_time)
importFrom(lubridate,year)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(purrr,map_lgl)
importFrom(readr,col_character)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(rlang,":=")
importFrom(rlang,enquo)
importFrom(rlang,is_scalar_character)
importFrom(rlang,list2)
importFrom(rlang,quo)
importFrom(rlang,quo_name)
importFrom(rlang,sym)
importFrom(rvest,html_form)
importFrom(rvest,html_nodes)
importFrom(rvest,html_session)
importFrom(rvest,html_table)
importFrom(sf,st_as_sf)
importFrom(sf,st_transform)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_length)
importFrom(stringr,str_replace)
importFrom(stringr,str_sub)
importFrom(stringr,str_to_title)
importFrom(stringr,str_trim)
importFrom(stringr,word)
importFrom(tibble,tibble)
importFrom(tidyr,separate)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(xml2,read_html)