R/SYMSXP.R

#' The type of name and symbol objects
#'
#' @description
#'
#' \Sexpr[results=rd, stage=render]{c3po:::badge('mobj')}
#'
#' \code{SYMSXP} is an object-like macro defining the \code{\link{SEXPTYPE}}
#' type of \code{\link{name}} and symbol objects.
#'
#' @section Declaration:
#' ```
#' #define SYMSXP 1 /* symbols */
#' ```
#' 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 SYMSXP
NULL
ramiromagno/c3po documentation built on Jan. 5, 2021, 8:01 p.m.