Description Usage Arguments Examples
View source: R/global_set_metadata.R
Set meta data values (needed for HTTP requests to appropriate table in database)
1  | set_metadata(module, module_type)
 | 
module | 
 String "2d" || "3d"  | 
module_type | 
 String "training" || "testing"  | 
1 2 3 4  | set_metadata("2d", "training")
set_metadata("2d", "testing")
set_metadata("3d", "training")
set_metadata("3d", "testing")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.