-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
36 lines (35 loc) · 900 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
# Generated by roxygen2: do not edit by hand
export(ps_add_missing_datetimes)
export(ps_add_missing_sequence)
export(ps_bind_datas)
export(ps_bind_files)
export(ps_cumulative_sequence)
export(ps_cut_to_numeric)
export(ps_duplicates)
export(ps_env_map_df)
export(ps_get_group)
export(ps_interpolate_sequence)
export(ps_load_csvs)
export(ps_load_excel)
export(ps_load_files)
export(ps_names_datas)
export(ps_replace_values)
export(ps_select_variable)
export(ps_write_data_csvs)
export(read_hobo_csv)
import(chk)
import(dplyr)
import(poisutils)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(readr,read_csv)
importFrom(rlang,.data)
importFrom(rlang,UQ)
importFrom(rlang,parse_quo)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace)
importFrom(units,drop_units)
importFrom(units,set_units)
importFrom(yesno,yesno)