File: is.null.externalptr.Rd

package info (click to toggle)
r-cran-redland 1.0.17-10-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,824 kB
  • sloc: ansic: 6,886; sh: 51; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/util.R
\name{is.null.externalptr}
\alias{is.null.externalptr}
\title{Determine whether an externalptr object is NULL.}
\usage{
is.null.externalptr(pointer)
}
\arguments{
\item{pointer}{externalptr to be checked for NULL value}
}
\value{
logical TRUE if the pointer is NULL, otherwise FALSE
}
\description{
The pointer is treated as an externalptr and checked via a call in C to see if it is NULL.
}