There aren't examples, but the R "implementation" of Flight currently just wraps pyarrow using the reticulate package, so you should be able to use the Python methods, adapted for the R/reticulate syntax.
Neal On Thu, Mar 3, 2022 at 2:40 PM James Duong <[email protected]> wrote: > Hi, > > Are there examples of creating FlightClientOptions in R? I looked in the > cookbook and it shows examples of connecting and using some of the RPC > calls, but creating the FlightCallOptions isn't shown. ( > https://arrow.apache.org/cookbook/r/flight.html#flight) > > Specifically, I'd like to know how to add header options to a request. > > Thanks. > > -- > > *James Duong* > Lead Software Developer > Bit Quill Technologies Inc. > Direct: +1.604.562.6082 | [email protected] > https://www.bitquilltech.com > > This email message is for the sole use of the intended recipient(s) and > may contain confidential and privileged information. Any unauthorized > review, use, disclosure, or distribution is prohibited. If you are not the > intended recipient, please contact the sender by reply email and destroy > all copies of the original message. Thank you. >
