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 |
... |
Additional arguments to pass to |
Value
Output of reticulate::py_install
Examples
if (have_stepcount()) {
stepcount_version()
}
[Package stepcount version 0.3.2 Index]