the app.R can now be used either as Rscript app.R machedObject.rds or by choosing the file in the FileInput.
If a file is given by commandline, the output file can be fast saved by clicking on Save verification. This should be nice if you have to perform fast on several objects.
If the file is added by the FileInput, it can be saved by the Select file location button, which is a DownloadHandler.
Unfortunately, I wasn't able to only create one button that performs both on the same time depending were the input comes from, but I think it should be convenient enough.
the
app.R
can now be used either asRscript app.R machedObject.rds
or by choosing the file in the FileInput. If a file is given by commandline, the output file can be fast saved by clicking on Save verification. This should be nice if you have to perform fast on several objects.If the file is added by the
FileInput
, it can be saved by the Select file location button, which is a DownloadHandler.Unfortunately, I wasn't able to only create one button that performs both on the same time depending were the input comes from, but I think it should be convenient enough.