public class ProjectCreationOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ProjectAdoptionOptions |
adoptionOptions
Allows the pre-loading
of a pre-existing project workspace, project working directory,
project history and/or project package dependencies
into the current R session.
|
boolean |
blackbox
Enable to create a blackbox project.
|
java.lang.String |
gridCluster
Identifies the DeployR grid cluster where the caller would
like the project (R session) to execute.
|
java.lang.String |
preloadByDirectory
Allows the loading of all files
found in one or more repository-managed directories
into the working directory of the current R sesssion
prior to execution.
|
ProjectPreloadOptions |
preloadDirectory
Allows the loading
of one or more named files from the repository into the
working directory of the new R session.
|
ProjectPreloadOptions |
preloadWorkspace
Allows the loading of one
or more named binary R objects from the repository into the
workspace of the new R session.
|
java.util.List<RData> |
rinputs
List of DeployR-encoded R objects to be added to the
workspace of the new R session.
|
Constructor and Description |
---|
ProjectCreationOptions() |
public boolean blackbox
public java.util.List<RData> rinputs
public ProjectPreloadOptions preloadWorkspace
public ProjectPreloadOptions preloadDirectory
public java.lang.String preloadByDirectory
public ProjectAdoptionOptions adoptionOptions
public java.lang.String gridCluster
RGridException
. This feature
is optional and available on DeployR Enterprise only.