Title: | RStudio addins for orderly |
---|---|
Description: | RStudio addins for orderly. |
Authors: | Robert Ashton [aut, cre], Imperial College of Science, Technology and Medicine [cph] |
Maintainer: | Robert Ashton <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.3 |
Built: | 2024-11-20 03:04:42 UTC |
Source: | https://github.com/vimc/orderly.rstudio |
This will run an orderly report using RStudio jobs. See
orderly_run
for details. This will run the
report async i.e. it won't block your RStudio terminal. This means
that it returns no info about success of job run - it only tells us
the job has started.
orderly_run_session( name = NULL, parameters = NULL, envir = NULL, root = NULL, locate = TRUE, message = NULL, instance = NULL, use_draft = FALSE, remote = NULL, tags = NULL, commit = FALSE )
orderly_run_session( name = NULL, parameters = NULL, envir = NULL, root = NULL, locate = TRUE, message = NULL, instance = NULL, use_draft = FALSE, remote = NULL, tags = NULL, commit = FALSE )
name |
Name of the report to run (see
|
parameters |
Parameters passed to the report. A named list of
parameters declared in the |
envir |
The parent of the environment that will be used to evaluate the report script; by default a new environment will be made with the global environment as the parent. |
root |
The path to an orderly root directory, or |
locate |
Logical, indicating if the configuration should be
searched for. If |
message |
An optional character string containing a message explaining why the report was run |
instance |
Select instance of the source database to be used,
where multiple instances are configured. Use a single
unnamed character string to indicate an instance to
match. If given, then this name must be present in all
databases where instances are listed in
|
use_draft |
Should draft reports be used for dependencies?
This should be used only in development. Valid values are
logical ( |
remote |
Remote to use to resolve dependencies. Use this in
order to run a report with the same dependencies as are
available on a remote server, particularly when using |
tags |
Character vector of tags to add to the report. Tags
are immutable and cannot be removed once the report is run.
Tags added here will be in addition to any tags listed in
the |
commit |
If TRUE then report will be committed to archive after running |
Invisible return, called for side effects
Allows users to see list of orderly reports and choose one to open in development mode.
start_addin()
start_addin()
Allows users to reload dependencies and to cleanup development mode.
status_addin()
status_addin()