tableWithInput | R Documentation |
Sometimes it is highly preferable to organize repeated elements in a table, similar to a banking form where one might have multiple rows each with columns: bank account name, bank account type, bank account number.
tableWithInput(tabinput, nrow = 3, removable = TRUE)
tabinput |
List containing specifications for table inputs. |
nrow |
Number of rows, i.e. how many times to repeat. |
removable |
Whether rows can be deleted, by default TRUE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.