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.
inbody_get( path, keep.limits = FALSE, keep.kHz = FALSE, keep.partials = FALSE, keep.indices = FALSE )
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 |
data frame
if (FALSE) { path <- "~/MOAS/data-raw/InBody/OrigData/2019_10/inbody770_data.csv" inbody_get(path) inbody_get(path, keep.limits = TRUE) }