toES {rexposome}R Documentation

Method to convert an imExposomeSet to an ExposomeSet

Description

This methods allows to select an imputed-set and use it to create an ExposomeSet from an imExposomeSet.

Usage

toES(object, rid = 1)

Arguments

object

An object of class imExposomeSet

rid

(default 1) Number of the imputation to be extracted

Value

An object of class ExposomeSet-

Examples

data("ex_imp")
toES(ex_imp, rid = 1)

[Package rexposome version 1.4.0 Index]