Learn R Programming

animl (version 3.2.0)

check_python: Check that the python version is compatible with the current version of animl-py

Description

Check that the python version is compatible with the current version of animl-py

Usage

check_python(python_version = "3.12", initialize = TRUE)

Value

none

Arguments

python_version

version of python to install

initialize

load reticulate library if true

Examples

Run this code
if (FALSE) check_python(initialize=FALSE)

Run the code above in your browser using DataLab