#' The type of complex vectors
#'
#' @description
#'
#' \Sexpr[results=rd, stage=render]{c3po:::badge('mobj')}
#'
#' \code{CPLXSXP} is an object-like macro defining the \code{\link{SEXPTYPE}}
#' type of \code{\link{complex}} vectors.
#'
#' @section Declaration:
#' ```
#' #define CPLXSXP 15 /* complex variables */
#' ```
#' In [Rinternals.h](https://github.com/wch/r-source/blob/trunk/src/include/Rinternals.h).
#'
#' @references \url{https://cran.r-project.org/doc/manuals/r-patched/R-ints.html#SEXPTYPEs}
#'
#' @seealso
#' [SEXPTYPE],
#' [TYPEOF]
#'
#' @name CPLXSXP
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.