R/SEXP.R

#' The `SEXP` Structure
#'
#' @format A C struct.
#'
#' @section C API:
#'
#' ```c
#' #include <Rinternals.h>
#' ```
#'
#' @seealso
#' The `SEXP` structure is documented in 'R Language Definition'.
#'
#' @docType class
#'
#' @export
SEXP <- NULL
HenrikBengtsson/RNativeAPI documentation built on April 10, 2023, 6:22 p.m.