-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
31 lines (30 loc) · 929 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
# Generated by roxygen2: do not edit by hand
S3method(bake,step_custom_filter)
S3method(bake,step_custom_transformation)
S3method(prep,step_custom_filter)
S3method(prep,step_custom_transformation)
S3method(print,step_custom_filter)
S3method(print,step_custom_transformation)
S3method(tidy,step_custom_filter)
S3method(tidy,step_custom_transformation)
export("%>%")
export(step_custom_filter)
export(step_custom_transformation)
importFrom(dplyr,bind_cols)
importFrom(dplyr,select)
importFrom(dplyr,setdiff)
importFrom(generics,tidy)
importFrom(magrittr,"%>%")
importFrom(methods,formalArgs)
importFrom(purrr,invoke)
importFrom(recipes,add_step)
importFrom(recipes,bake)
importFrom(recipes,ellipse_check)
importFrom(recipes,prep)
importFrom(recipes,rand_id)
importFrom(recipes,sel2char)
importFrom(recipes,step)
importFrom(recipes,terms_select)
importFrom(tibble,as_tibble)
importFrom(tibble,frame_data)
importFrom(tibble,tibble)