-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
45 lines (44 loc) · 1.47 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
# Generated by roxygen2: do not edit by hand
S3method(bake,step_baseline)
S3method(bake,step_measure_input_long)
S3method(bake,step_measure_input_wide)
S3method(bake,step_measure_output_long)
S3method(bake,step_measure_output_wide)
S3method(bake,step_measure_savitzky_golay)
S3method(prep,step_baseline)
S3method(prep,step_measure_input_long)
S3method(prep,step_measure_input_wide)
S3method(prep,step_measure_output_long)
S3method(prep,step_measure_output_wide)
S3method(prep,step_measure_savitzky_golay)
S3method(print,step_baseline)
S3method(print,step_measure_input_long)
S3method(print,step_measure_input_wide)
S3method(print,step_measure_output_long)
S3method(print,step_measure_output_wide)
S3method(print,step_measure_savitzky_golay)
S3method(required_pkgs,step_isomap)
S3method(tidy,step_measure_input_long)
S3method(tidy,step_measure_input_wide)
S3method(tidy,step_measure_output_long)
S3method(tidy,step_measure_output_wide)
S3method(tidy,step_measure_savitzky_golay)
S3method(tunable,step_measure_savitzky_golay)
export(differentiation_order)
export(step_measure_input_long)
export(step_measure_input_wide)
export(step_measure_output_long)
export(step_measure_output_wide)
export(step_measure_savitzky_golay)
export(subtract_rf_baseline)
export(tunable)
export(window_side)
import(recipes)
import(rlang)
importFrom(dplyr,arrange)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(generics,tunable)
importFrom(glue,glue)
importFrom(tibble,tibble)
importFrom(utils,globalVariables)