step_name {ddpcr} | R Documentation |
Get step name by ID
Description
Get step name by ID
Usage
step_name(plate, step)
Examples
## Not run:
plate <- new_plate(sample_data_dir())
# see what step names exist and their order
steps(plate)
step_name(plate, 2)
## End(Not run)
[Package ddpcr version 1.15.2 Index]