View source: R/p_listOfVectors.R
shinypipe UI for creating a data frame that can potentially be used as a tuning grid for caret::train
| 1 | ui.listOfVectors(id, table.params, showValues = F)
 | 
| id | namespace id (string) | 
| table.params | reactive data frame of parameters with the following columns: parameter - name of the parameter class - One of "numeric", "character" or "logical" [Default: "numeric"] label - [Default: same as parameter] value - Expression value to be populated [Default: ""] | 
| showValues | show the evaluated vector next to each row | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.