list_flights: See available resources on a Flight server

View source: R/flight.R

list_flightsR Documentation

See available resources on a Flight server

Description

See available resources on a Flight server

Usage

list_flights(client)

flight_path_exists(client, path)

Arguments

client

pyarrow.flight.FlightClient, as returned by flight_connect()

path

string identifier under which data is stored

Value

list_flights() returns a character vector of paths. flight_path_exists() returns a logical value, the equivalent of path %in% list_flights()


arrow documentation built on Nov. 25, 2023, 1:09 a.m.