View source: R/plate-attribs.R
has_step | R Documentation |
Does a ddPCR plate have a step with this name?
has_step(plate, step)
plate |
A ddPCR plate |
step |
A step name |
## Not run:
dir <- sample_data_dir()
plate <- new_plate(dir)
steps(plate)
has_step(plate, 'REMOVE_FAILURES')
has_step(plate, 'NO_SUCH_STEP')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.