install_stepcount {stepcount}R Documentation

Install the stepcount Python Module

Description

Install the stepcount Python Module

Usage

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

have_stepcount()

stepcount_check()

stepcount_version()

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)

Value

Output of reticulate::py_install

Examples

if (have_stepcount()) {
   stepcount_version()
}

[Package stepcount version 0.3.2 Index]