Select the top methods, optionally based on a given dataset

guidelines(dataset = NULL, answers = answer_questions(dataset =
  dataset))

guidelines_shiny(dataset = NULL, answers = answer_questions(dataset =
  dataset))

Arguments

dataset

The dataset, optional

answers

Optional, pre-provided answers to the different questions. See [answer_questions()]

Value

Returns a dynguidelines::guidelines object, containing - `methods`: Ordered tibble containing information about the selected methods - `method_columns`: Information about what columns in methods are given and whether the were used for filtering or ordering - `answers`: An answers object, can be further modified. - `methods_selected`: Identifiers for all selected methods