Skip to contents

Get the steps of the provided interviews.

Usage

amber.interviews_steps(interviews)

Arguments

interviews

The data frame of interviews

Value

A data.frame of steps

Examples

if (FALSE) { # \dontrun{
a <- amber.login("https://amber-demo.obiba.org")

# Find interview records of a study
itws <- amber.interviews(a, study = "Trauma Registry")

# Get steps
steps <- amber.interviews_steps(itws)

amber.logout(a)
} # }