Load a Python Flight server
load_flight_server(name, path = system.file(package = "arrow"))
name
: string Python module namepath
: file system path where the Python module is found. Default is to look in the inst/
directory for included modules.load_flight_server("demo_flight_server")
Useful links