flight_connect | R Documentation |
Connect to a Flight server
flight_connect(host = "localhost", port, scheme = "grpc+tcp")
host |
string hostname to connect to |
port |
integer port to connect on |
scheme |
URL scheme, default is "grpc+tcp" |
A pyarrow.flight.FlightClient
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.