forked from inbo/inborutils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
123 lines (122 loc) · 3.35 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# Generated by roxygen2: do not edit by hand
S3method(vif,data.frame)
S3method(vif,default)
S3method(vif,lm)
export(connect_inbo_dbase)
export(convertdf_enc)
export(csv_to_sqlite)
export(df_factors_to_char)
export(download_knmi_data_hour)
export(download_zenodo)
export(extract_soil_map_data)
export(florabank_observations)
export(florabank_taxon_ifbl_year)
export(florabank_traits)
export(gbif_species_name_match)
export(guess_crs)
export(guess_projection)
export(human_filesize)
export(inboveg_classification)
export(inboveg_header)
export(inboveg_qualifiers)
export(inboveg_recordings)
export(inboveg_survey)
export(plot_coordinates_on_map)
export(plot_label_splitter)
export(read_kmi_data)
export(read_kml_file)
export(read_knmi_data)
export(read_mow_data)
export(setup_codingclub_session)
export(transform_coordinates)
export(vif)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDisconnect)
importFrom(RSQLite,SQLite)
importFrom(RSQLite,dbWriteTable)
importFrom(assertable,assert_colnames)
importFrom(assertthat,assert_that)
importFrom(assertthat,has_name)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.string)
importFrom(assertthat,noNA)
importFrom(curl,curl_download)
importFrom(curl,curl_fetch_memory)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_cols)
importFrom(dplyr,funs)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_at)
importFrom(dplyr,mutate_each_)
importFrom(dplyr,mutate_if)
importFrom(dplyr,quo)
importFrom(dplyr,select)
importFrom(dplyr,select_)
importFrom(dplyr,select_if)
importFrom(dplyr,slice_sample)
importFrom(dplyr,vars)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,content)
importFrom(iterators,ireadLines)
importFrom(iterators,nextElem)
importFrom(jsonlite,fromJSON)
importFrom(leaflet,addCircleMarkers)
importFrom(leaflet,addLayersControl)
importFrom(leaflet,addLegend)
importFrom(leaflet,addTiles)
importFrom(leaflet,colorFactor)
importFrom(leaflet,layersControlOptions)
importFrom(leaflet,leaflet)
importFrom(leaflet,setView)
importFrom(lubridate,dmy_hm)
importFrom(lubridate,dmy_hms)
importFrom(lubridate,hour)
importFrom(lubridate,is.Date)
importFrom(lubridate,is.POSIXt)
importFrom(lubridate,parse_date_time)
importFrom(lubridate,tz)
importFrom(lubridate,ymd_h)
importFrom(parallel,clusterMap)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(purrr,map_chr)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap_dfr)
importFrom(readr,col_character)
importFrom(readr,col_datetime)
importFrom(readr,col_double)
importFrom(readr,col_integer)
importFrom(readr,col_number)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(readr,read_delim)
importFrom(readr,read_delim_chunked)
importFrom(rgbif,name_backbone)
importFrom(rlang,"!!")
importFrom(rlang,.data)
importFrom(sf,st_as_sf)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_transform)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,coefficients)
importFrom(stats,cov2cor)
importFrom(stats,lm)
importFrom(stats,model.matrix)
importFrom(stats,vcov)
importFrom(stringr,fixed)
importFrom(stringr,str_match)
importFrom(stringr,str_remove)
importFrom(stringr,str_split)
importFrom(tibble,as_tibble)
importFrom(tidyr,extract)
importFrom(tidyr,separate)
importFrom(tidyselect,ends_with)
importFrom(tidyselect,enquo)
importFrom(tidyselect,vars_pull)
importFrom(tools,md5sum)
importFrom(utils,tail)