The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

healthmotionR

The healthmotionR package provides a comprehensive collection of datasets related to health, biomechanics, and human motion. It was designed to support researchers, analysts, and students who are interested in exploring clinical, physiological, and kinematic data.

Installation

You can install the healthmotionR package from CRAN with the following R function:


install.packages("healthmotionR")

Load the Package


library(healthmotionR)

Dataset Suffixes

Each dataset in the healthmotionR package uses a suffix to denote the type of R object:

Example Datasets

Below are selected example datasets included in the healthmotionR package:

Example Code:


# Load the package

library(healthmotionR)

# Load dataset

data(run_biomech_tbl_df)

# Preview the dataset

head(run_biomech_tbl_df)

# Open in Viewer

View(run_biomech_tbl_df)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.