pythonR
is an R package that facilitates the seamless integration of
Python code and functionality within R environments. Leveraging the
reticulate
package, pythonR
aims to simplify the process of
developing Python-based functions in R, making it easier to set up,
test, and validate Python code directly within the R environment.
- Provides a convenient wrapper for using Python in R, reducing the overhead of managing Python environments.
- Simplifies the installation and management of required Python packages from within R.
- Offers functions for importing Python modules and executing Python code directly from R scripts or functions.
- Exports example python-based functions
Install the latest development version from GitHub:
devtools::install_github("barrettk/pythonR")
See the Getting Started vignette for more details.
Contributions to pythonR
are welcome! If you encounter any issues or
have suggestions for improvement, please feel free to open an issue or
submit a pull request on the GitHub repository.