-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
37 lines (36 loc) · 1018 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
33
34
35
36
37
# Generated by roxygen2: do not edit by hand
export(periodogram)
export(read_msf_data)
importFrom(aweek,as.aweek)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,recode)
importFrom(dplyr,select)
importFrom(dplyr,vars)
importFrom(epitrix,clean_labels)
importFrom(matchmaker,match_df)
importFrom(matchmaker,match_vec)
importFrom(purrr,map)
importFrom(readxlsb,read_xlsb)
importFrom(rio,import)
importFrom(stats,spec.pgram)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_glue)
importFrom(stringr,str_glue_data)
importFrom(stringr,str_pad)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_split)
importFrom(stringr,str_split_fixed)
importFrom(stringr,str_sub)
importFrom(stringr,str_which)
importFrom(tsibble,yearweek)
importFrom(zoo,zooreg)