@eagleoutice/flowr - v2.15.8
Preparing search index...
src/abstract-interpretation/data-frame/arguments
isRNull
Function isRNull
isRNull
(
node
:
RNode
<
ParentInformation
>
|
undefined
,
)
:
node
is
RSymbol
<
ParentInformation
,
"NULL"
>
Checks whether a node is
NULL
in R (represents a
NULL
symbol).
Parameters
node
:
RNode
<
ParentInformation
>
|
undefined
Returns
node
is
RSymbol
<
ParentInformation
,
"NULL"
>
isRNull
(
node
:
PotentiallyEmptyRArgument
<
ParentInformation
>
|
undefined
,
)
:
node
is
RArgument
<
ParentInformation
>
&
{
value
:
RSymbol
<
ParentInformation
,
"NULL"
>
;
}
Checks whether a node is
NULL
in R (represents a
NULL
symbol).
Parameters
node
:
PotentiallyEmptyRArgument
<
ParentInformation
>
|
undefined
Returns
node
is
RArgument
<
ParentInformation
>
&
{
value
:
RSymbol
<
ParentInformation
,
"NULL"
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.15.8
Loading...
Checks whether a node is
NULLin R (represents aNULLsymbol).