Learn R Programming

stepcount (version 0.3.2)

use_stepcount_condaenv: Use Conda Environment for stepcount

Description

Use Conda Environment for stepcount

Usage

use_stepcount_condaenv(envname = "stepcount", ...)

conda_create_stepcount(envname = "stepcount", ..., python_version = "3.9")

unset_reticulate_python()

have_stepcount_condaenv()

Value

Nothing

Arguments

envname

environment name for the conda environment

...

additional arguments to pass to reticulate::use_condaenv() other than condaenv.

python_version

version of Python to use for environment