-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
51 lines (50 loc) · 1.21 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
46
47
48
49
50
51
# Generated by roxygen2: do not edit by hand
export(Pipeline)
export(pipe_add)
export(pipe_append)
export(pipe_append_to_step_names)
export(pipe_clone)
export(pipe_collect_out)
export(pipe_discard_steps)
export(pipe_get_data)
export(pipe_get_depends)
export(pipe_get_depends_down)
export(pipe_get_depends_up)
export(pipe_get_graph)
export(pipe_get_out)
export(pipe_get_params)
export(pipe_get_params_at_step)
export(pipe_get_params_unique)
export(pipe_get_params_unique_json)
export(pipe_get_step)
export(pipe_get_step_names)
export(pipe_get_step_number)
export(pipe_has_step)
export(pipe_insert_after)
export(pipe_insert_before)
export(pipe_length)
export(pipe_lock_step)
export(pipe_new)
export(pipe_pop_step)
export(pipe_pop_steps_after)
export(pipe_pop_steps_from)
export(pipe_print)
export(pipe_remove_step)
export(pipe_rename_step)
export(pipe_replace_step)
export(pipe_reset)
export(pipe_run)
export(pipe_run_step)
export(pipe_set_data)
export(pipe_set_data_split)
export(pipe_set_keep_out)
export(pipe_set_params)
export(pipe_set_params_at_step)
export(pipe_split)
export(pipe_unlock_step)
export(set_log_layout)
import(data.table)
importFrom(R6,R6Class)
importFrom(lgr,get_logger)
importFrom(stats,setNames)
importFrom(utils,tail)