inbody_get: Get InBody data

View source: R/inbody-funcs.R

inbody_getR Documentation

Get InBody data

Description

Will read, and do some initial cleaning of the InBody data. Calls two other internal functions to read the InBody data that are either pre-cleaned or completely raw. Will choose for you.

Usage

inbody_get(
  path,
  keep.limits = FALSE,
  keep.kHz = FALSE,
  keep.partials = FALSE,
  keep.indices = FALSE
)

Arguments

path

path to file

keep.limits

logical - Keep "Limit" columns or not

keep.kHz

logical - Keep "kHz" columns or not

keep.partials

logical - Keep "of" columns or not

keep.indices

logical - Keep columns Levels/Scores etc. or not

Value

data frame

Examples

## Not run: 

path <- "~/MOAS/data-raw/InBody/OrigData/2019_10/inbody770_data.csv"
inbody_get(path)
inbody_get(path, keep.limits = TRUE)

## End(Not run)

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