#' @title knapsack_objects dataset
#'
#' @description A data.frame with two variables ("w" , "v"). Every observation (row)
#' in this data frame is an item with a weight (w) and a value (v).
#'
#' \itemize{
#' \item{w:} {weight of items}
#' \item{v:} {value of items}
#'
#'}
#'
#' @docType data
#' @keywords datasets
#' @name knapsack_objects
#' @format A data frame with 1000000 rows and 2 variables
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.