#' @description
#' A <%=task_type%> task for the [<%=data%>] data set.
#'
#' @format [R6::R6Class] inheriting from [<%=paste0("Task",type)%>].
#'
#' @section Dictionary:
#' This [Task] can be instantiated via the [dictionary][mlr3misc::Dictionary] [mlr_tasks] or with the associated sugar function [tsk()]:
#' ```
#' mlr_tasks$get("<%= id %>")
#' tsk("<%= id %>")
#' ```
#'
#' @section Meta Information:
#' `r mlr3misc::rd_info(mlr3::tsk("<%= id %>"))`
#' @md
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.