Non-disclosive descriptive statistics can be obtained from the exposome dataset, the function ds.exposome_summary
is in charge of that. It can obtain descriptive statistics from numeric and factor variables of the exposome dataset (both from exposures and phenotypes).
# Numerical variable ds.exposome_summary("exposome_object", "PM25", conns) # Factor variable ds.exposome_summary("exposome_object", "flu", conns)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.