Learn R Programming

stepcount (version 0.3.2)

install_stepcount: Install the stepcount Python Module

Description

Install the stepcount Python Module

Usage

install_stepcount(packages = "stepcount", ...)

have_stepcount()

stepcount_check()

stepcount_version()

Value

Output of reticulate::py_install

Arguments

packages

packages to install. If stepcount is not included, it will be added. This package is known to work with stepcount==3.2.4

...

Additional arguments to pass to reticulate::py_install(), other than pip (pip = TRUE enforced)

Examples

Run this code
if (have_stepcount()) {
   stepcount_version()
}

Run the code above in your browser using DataLab