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>
inbody_read(path)
path | path to file |
---|
data frame
if (FALSE) { path <- "~/MOAS/data-raw/InBody/OrigData/2019_10/inbody770_data.csv" inbody_read(path) }