View source: R/match_instruments.R
match_instruments | R Documentation |
This function takes a list of instruments, converts it to a format acceptable by the database, and matches the instruments using the 'Harmony Data API'. It returns the matched instruments.
match_instruments(instruments, is_negate = TRUE)
instruments |
A list of instruments to be matched. |
is_negate |
A boolean value to toggle question negation. Default is TRUE. |
A list of matched instruments returned from the 'Harmony Data API'.
Ulster University [cph]
instrument_A <- create_instrument_from_list(list(
"How old are you?",
"What is your gender?"
))
instrument_B <- create_instrument_from_list(list(
"Do you smoke?"
))
instruments <- list(instrument_A, instrument_B)
matched_instruments <- match_instruments(instruments)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.