# class_container_methods.R
#' @name Container-methods
#'
#' @title
#' Container: various methods for objects of class Container
#'
#' @description
#' Some usual \R methods for objects of class [`Container`][Container-class].
#'
#' @param x a [`Container`][Container-class] object.
#'
#' @return
#' Return value depends on the function used.
#' * [length()], [nrow()], [ncol()] and [dim()] all return an integer.
#' * [names()] returns a character vector.
#'
#' @family Container
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.