#' Knapsack Objects Data
#'
#' @docType data
#'
#' @usage data(knapsack_objects)
#'
#' @format A \code{data.frame} of dimensions 2000x2 containing weights \code{w} and values \code{v}.
#'
#'
#' @keywords datasets
#'
#' @examples
#' data(knapsack_objects)
"knapsack_objects"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.