View source: R/ds.loadExposome.R
ds.loadExposome | R Documentation |
data.frames
Takes the three tables of an exposome dataset and coerces them into a Exposome Set object on the study server
ds.loadExposome(
exposures,
phenotypes,
exposures.idcol = "idcol",
phenotypes.idcol = "idcol",
description = NULL,
description.expCol = "exposure",
description.famCol = "family",
exposures.asFactor = 5,
warnings = FALSE,
object_name = "exposome_set",
datasources = NULL
)
exposures |
|
phenotypes |
|
exposures.idcol |
|
phenotypes.idcol |
|
description |
|
description.expCol |
|
description.famCol |
|
exposures.asFactor |
|
warnings |
|
object_name |
|
datasources |
a list of |
This function does not have an output. It creates an Exposome Set object on the study server.
## Not run: Refer to the package Vignette for examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.