Skip to contents

List selected rows from flytable

Usage

flytable_list_selected(
  ids = NULL,
  table = "info",
  fields = "*",
  idfield = "root_id",
  ...
)

Arguments

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 flytable_query

Value

a dataframe containing the selected rows / columns

See also