-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
56 lines (55 loc) · 1.38 KB
/
Copy pathNAMESPACE
File metadata and controls
56 lines (55 loc) · 1.38 KB
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
# Generated by roxygen2: do not edit by hand
export(MediaInfo)
export(bin_cvision)
export(calc_AFOV)
export(calc_bearing)
export(calc_dist)
export(calc_fps)
export(calc_layback)
export(calc_width)
export(check_cvision)
export(check_if_reset)
export(connect_CBASS_db)
export(degrees)
export(generate_cruise_files)
export(getCBASSdbNames)
export(get_payout)
export(import_db_table)
export(interp)
export(merge_cvision_csv)
export(parse_video_fps)
export(parse_video_time)
export(radians)
export(sort_species)
import(dplyr)
import(ggplot2)
import(readr)
import(stringr)
importFrom(RMariaDB,MariaDB)
importFrom(RMariaDB,dbConnect)
importFrom(dplyr,as_tibble)
importFrom(dplyr,tbl)
importFrom(lubridate,POSIXct)
importFrom(lubridate,date)
importFrom(lubridate,ddays)
importFrom(lubridate,dmicroseconds)
importFrom(lubridate,dmilliseconds)
importFrom(lubridate,dminutes)
importFrom(lubridate,dseconds)
importFrom(lubridate,mdy_hms)
importFrom(lubridate,round_date)
importFrom(lubridate,with_tz)
importFrom(lubridate,ymd)
importFrom(lubridate,ymd_hms)
importFrom(readr,col_character)
importFrom(readr,read_csv)
importFrom(readr,read_delim)
importFrom(stats,median)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(tidyr,gather)
importFrom(tidyr,separate)
importFrom(writexl,write_xlsx)