fileUploadBox | R Documentation |
file upload box for bulk data and metadata. Adapted from debrowser::fileUploadBox()
fileUploadBox( id = NULL, inputId_count = NULL, inputId_meta = NULL, label = NULL )
id |
namespace id |
inputId_count |
input data file ID |
inputId_meta |
input metadata file ID |
label |
label |
x <- fileUploadBox("meta", "count", "metadata", "Metadata")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.