load_flight_server: Load a Python Flight server

View source: R/flight.R

load_flight_serverR Documentation

Load a Python Flight server

Description

Load a Python Flight server

Usage

load_flight_server(name, path = system.file(package = "arrow"))

Arguments

name

string Python module name

path

file system path where the Python module is found. Default is to look in the ⁠inst/⁠ directory for included modules.

Examples


load_flight_server("demo_flight_server")


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