inbody_add | R Documentation |
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
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.