scfileUploadBox | R Documentation |
file upload box for single cell ExpressionSet object.
scfileUploadBox( id = NULL, inputId_select = NULL, inputId_external = NULL, inputId_button = NULL, inputId_dirbutton = NULL, label = NULL )
id |
namespace id |
inputId_select |
input ID for selecting references |
inputId_external |
input ID for custom external reference |
inputId_button |
input ID for import button |
inputId_dirbutton |
input ID for directory select button |
label |
label |
x <- scfileUploadBox("meta", "metadata", "Metadata")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.