@eagleoutice/flowr - v2.15.8
Preparing search index...
src/r-bridge/lang-4.x/ast/model/nodes/r-project
RProjectFile
Interface RProjectFile<Info>
Holds a single R file starting with an expression list.
interface
RProjectFile
<
Info
=
NoInfo
>
{
filePath
?:
string
;
root
:
RExpressionList
<
Info
>
;
}
Type Parameters
Info
=
NoInfo
Index
Properties
file
Path?
root
Properties
Optional
Readonly
file
Path
filePath
?:
string
Readonly
root
root
:
RExpressionList
<
Info
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
file
Path
root
@eagleoutice/flowr - v2.15.8
Loading...
Holds a single R file starting with an expression list.