#' @param drop (`logical(1)`)\cr
#' If drop is `FALSE` (the default), a nested list with
#' the following structure is returned:\cr
#' `res[task.ids][learner.ids]`.\cr
#' If drop is set to `TRUE` it is checked if the list
#' structure can be simplified.\cr
#' If only one learner was passed, a list with entries
#' for each task is returned.\cr
#' If only one task was passed, the entries are named after
#' the corresponding learner.\cr
#' For an experiment with both one task and learner,
#' the whole list structure is removed.\cr
#' Note that the name of the
#' task/learner will be dropped from the return object.
#' @md
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.