Thanks to visit codestin.com
Credit goes to github.com

Skip to content

❗ This is a read-only mirror of the CRAN R package repository. healthmotionR — A Comprehensive Collection of Health and Human Motion Datasets. Homepage: https://github.com/alejandrosialer/healthmotionRhttps://alejandrosialer.github.io/healthmotionR/ Report bugs for this package: https://github.com/aleja ...

License

Notifications You must be signed in to change notification settings

cran/healthmotionR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • _df: data frame

  • _tbl_df: tibble

  • _list: list

  • _array: array

  • _char: character

Example Datasets

Below are selected example datasets included in the healthmotionR package:

  • body_metrics_df: Data frame containing measurements of body temperature and heart rate for 130 healthy individuals.

  • run_biomech_tbl_df: Running Injury Clinic Kinematic Dataset.

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)

About

❗ This is a read-only mirror of the CRAN R package repository. healthmotionR — A Comprehensive Collection of Health and Human Motion Datasets. Homepage: https://github.com/alejandrosialer/healthmotionRhttps://alejandrosialer.github.io/healthmotionR/ Report bugs for this package: https://github.com/aleja ...

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages