ddpcr (version 1.11)

step_name: Get step name by ID

Description

Get step name by ID

Usage

step_name(plate, step)

Arguments

Examples

Run this code
# NOT RUN {
plate <- new_plate(sample_data_dir())
# see what step names exist and their order
steps(plate)
step_name(plate, 2)
# }

Run the code above in your browser using DataCamp Workspace