shinylight.makeTable | R Documentation |
Turns data received from R into a form that can be set into dataentrygrid.js.
data |
|
extraColumns |
|
Headers and rows
## Not run:
t = shinylight.makeTable(data);
grid.init(t.headers, t.rows);
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.