@eagleoutice/flowr - v2.13.14
Preparing search index...
src/r-bridge/lang-4.x/ast/model/nodes/r-project
RProject
Interface RProject<Info>
Holds a collection of files (started with the expression list)
See
RProject.visitAst
- to visit all nodes in the project and related helper functions
RExpressionList
- for the root of each file
RProject.merge
- to merge multiple projects into a single one
RProjectFile
- for each file in the project
interface
RProject
<
Info
=
NoInfo
>
{
files
:
RProjectFile
<
Info
>
[]
;
info
?:
{
id
:
NodeId
}
;
type
:
Project
;
}
Type Parameters
Info
=
NoInfo
Index
Properties
files
info?
type
Properties
Readonly
files
files
:
RProjectFile
<
Info
>
[]
Optional
Readonly
info
info
?:
{
id
:
NodeId
}
Readonly
type
type
:
Project
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
files
info
type
@eagleoutice/flowr - v2.13.14
Loading...
Holds a collection of files (started with the expression list)
See