inbody_read: Read InBody data

View source: R/inbody-funcs.R

inbody_readR Documentation

Read InBody data

Description

This function will read in any InBody file, whether it has been cleaned manually, or is completely raw and unaltered. Since this is intended for the MOAS, is assumes IDs are stored in a meaningful way in accordance with LCBC data collection principles <ID.proj.wave>

Usage

inbody_read(path)

Arguments

path

path to file

Value

data frame

Examples

## Not run: 

path <- "~/MOAS/data-raw/InBody/OrigData/2019_10/inbody770_data.csv"
inbody_read(path)


## End(Not run)

LCBC-UiO/MOAS documentation built on Aug. 28, 2023, 3:29 a.m.