inbody_add: Add InBody data to data

View source: R/inbody-funcs.R

inbody_addR Documentation

Add InBody data to data

Description

Reads and cleans InBody data from a file and adds it to MOAS like data.

Usage

inbody_add(data, path, suffix = ".x", ...)

Arguments

data

MOAS-like data

path

path to file

suffix

suffix to add if colum names conflict

...

Additional arguments to [/codeinbody_get]

Value

data frame

Examples

## Not run: 

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

MOAS %>%
   inbody_add(path, keep.kHz= TRUE)

## End(Not run)

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