bfabric_upload_file | R Documentation |
Generate a workunit and upload a resource (file) to an internal bfabric storage.
bfabric_upload_file(
login = NULL,
webservicepassword = NULL,
projectid = 3000,
applicationid = 217,
status = "pending",
description = "",
inputresourceid = NULL,
workunitname = "MaxQuant result",
resourcename = "MaxQuant report",
file_content = NULL
)
login |
bfabric login |
webservicepassword |
bfabric webservicepassword, visible when you check your user details in the bfabric system. |
projectid |
a containerid (project id or order id) |
applicationid |
a application id |
status |
in |
inputresourceid |
an integer or a list of integer inputresourceIds.
Of note, this works only for succeeding/preceding applications.
Default is set to |
workunitname |
the workunit name |
resourcename |
the reosurce name |
file_content |
a BLOB containing the content |
the workunit id
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.