Get step ID by step name
step(plate, step)
## Not run: plate <- new_plate(sample_data_dir()) # see what step names exist and their order steps(plate) step(plate, 'REMOVE_OUTLIERS') ## End(Not run)