add_step.Rd
adds a step to the given pipeline.
add_step(.x, step, after = length(.x$steps)) add_parser(.x, ..., after = length(.x$steps)) add_transformer(.x, ..., after = length(.x$steps))
the spider or pipeline to update
the parser or transformer step to add
the index after which the step should be added
Other helpers: add_queue(), run(), set_name(), set_pipeline()
add_queue()
run()
set_name()
set_pipeline()