-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathNAMESPACE
32 lines (31 loc) · 822 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(download_bbs_data)
export(grab_bbs_data)
export(import_bbs_data)
export(import_species_list)
export(make.dates)
export(make.rteno)
export(munge_bbs_data)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,if_any)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(magrittr,"%>%")
importFrom(readr,col_character)
importFrom(readr,col_integer)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(readr,read_fwf)
importFrom(sbtools,item_file_download)
importFrom(stringr,str_pad)
importFrom(utils,unzip)