# class_prototype_slots.R
# Always merged with class_prototype.R.
#' @slot archetype any \R object. A representation of the prototype that
#' conveys the object's class.
#'
#' @slot enclosure an [`environment`][environment()] in which the object's
#' class is defined or `NULL`.
#'
#' @slot constructor a [`call`][call()] that can be used to generate an object
#' of the same class as `archetype` or `NULL`.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.