Load a Python Flight server
load_flight_server(name, path = system.file(package = "arrow"))
name | string Python module name |
---|---|
path | file system path where the Python module is found. Default is
to look in the |
if (FALSE) { load_flight_server("demo_flight_server") }