Description Usage Arguments Examples
Add metadata to the deployment of your promote model
| 1 | promote.metadata(name, value)
 | 
| name | key name for the metadata entry | 
| value | value for the metadata entry | 
| 1 2 3 4 5 6 7 | ## Not run: 
promote.metadata("key", "value")
promote.metadata("R_squared", summary(fit)$r.squared)
promote.metadata("R_squared_adj", summary(fit)$adj.r.squared)
promote.metadata("deploy_node", Sys.info()[["nodename"]])
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.