pyarrow is the Python package for Apache Arrow. This function helps withinstalling it for use withreticulate.
Arguments
- envname
The name or full path of the Python environment to installinto. This can be a virtualenv or conda environment created by
reticulate.Seereticulate::py_install().- nightly
logical: Should we install a development version of thepackage? Default is to use the official release version.
- ...
additional arguments passed to
reticulate::py_install().