flytable_list_selected: List selected rows from flytable

View source: R/flytable.R

flytable_list_selectedR Documentation

List selected rows from flytable

Description

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

Other flytable: flytable-queries, flytable_login(), flytable_update_rows()


natverse/fafbseg documentation built on Nov. 11, 2024, 9:50 p.m.