extract_personal_info: Extracts information about the user

Description Usage Arguments Extracted Information See Also Examples

Description

This function extracts certain chacterisitcs (see Extracted Information) about the athlete if they are present in the data.

Usage

1
extract_personal_info(fitness_data)

Arguments

fitness_data

Fitness data created with [read_apple_health](read_apple_health)

Extracted Information

See Also

Other extraction_functions: extract_export_time, extract_records, extract_steps, extract_weight

Examples

1
2
3
library(dplyr)
data_file <- system.file("example_data/Export.zip", package = "healthieR")
read_apple_health(data_file) %>% extract_personal_info

paulstaab/healthieR documentation built on May 24, 2019, 10:33 p.m.