make_tbl_output | R Documentation |
This function is used at the end of user-facing functions to query the database. It limits the query to some number of rows and collects if if specified.
make_tbl_output(tbl, limit, lazy)
tbl |
A query from |
limit |
LIMIT of the query. A positive integer or Inf. Default is Inf, in which case all records are returned. |
lazy |
If TRUE, does not |
A query, evaluated with limit
and lazy
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.