flytable_list_selected | R Documentation |
List selected rows from flytable
flytable_list_selected(
ids = NULL,
table = "info",
fields = "*",
idfield = "root_id",
...
)
ids |
One or more identifiers |
table |
The name of the flytable table |
fields |
The database columns to return |
idfield |
Which field to use as a key for lookup |
... |
Additional arguments passed to |
a dataframe containing the selected rows / columns
Other flytable:
flytable-queries
,
flytable_login()
,
flytable_update_rows()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.