summaryrefslogtreecommitdiffstats
path: root/src/arrow/r/man/flight_connect.Rd
blob: 9da7fad7530ef494c1035ebeaaa27680b704b334 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/flight.R
\name{flight_connect}
\alias{flight_connect}
\title{Connect to a Flight server}
\usage{
flight_connect(host = "localhost", port, scheme = "grpc+tcp")
}
\arguments{
\item{host}{string hostname to connect to}

\item{port}{integer port to connect on}

\item{scheme}{URL scheme, default is "grpc+tcp"}
}
\value{
A \code{pyarrow.flight.FlightClient}.
}
\description{
Connect to a Flight server
}