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.
Features
- 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
Getting Started
Install the latest development version from GitHub:
See the Getting Started vignette for more details.
Contribution
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.