R/NEWSXP.R

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