The run function goes through each step of a spider's steps and then runs each of the steps in it's pipeline.

run(.x, ...)

# S3 method for pipeline
run(.x, .data)

# S3 method for runner
run(.x)

# S3 method for spider
run(.x)

# S3 method for parser
run(.x, .data, spider = spider())

# S3 method for transformer
run(.x, .data, spider = spider())

See also

Other helpers: add_queue(), add_step(), set_name(), set_pipeline()