summaryrefslogtreecommitdiffstats
path: root/src/arrow/r/man/flight_connect.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'src/arrow/r/man/flight_connect.Rd')
-rw-r--r--src/arrow/r/man/flight_connect.Rd21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/arrow/r/man/flight_connect.Rd b/src/arrow/r/man/flight_connect.Rd
new file mode 100644
index 000000000..9da7fad75
--- /dev/null
+++ b/src/arrow/r/man/flight_connect.Rd
@@ -0,0 +1,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
+}