addSettings | R Documentation |
<summarised_result>
objectAdd settings columns to a <summarised_result>
object
addSettings(
result,
settingsColumns = colnames(settings(result)),
columns = lifecycle::deprecated()
)
result |
A |
settingsColumns |
Settings to be added as columns, by default all settings will be added. If NULL or empty character vector, no settings will be added. |
columns |
A <summarised_result>
object with the added setting columns.
library(visOmopResults)
mockSummarisedResult() |>
addSettings(settingsColumns = c("result_type"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.