Reads and cleans InBody data from a file and adds it to MOAS like data.
inbody_add(data, path, suffix = ".x", ...)
| data | MOAS-like data |
|---|---|
| path | path to file |
| suffix | suffix to add if colum names conflict |
| ... | Additional arguments to [/codeinbody_get] |
data frame
if (FALSE) { 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) }