add_metadata | R Documentation |
Previously the meta data was returned alongside association information. This is mostly unnecessary as it is needlessly repeating information. This is a convenience function that reinstates that information. Can be applied to either exposure data, outcome data, or harmonised data
add_metadata(dat, cols = c("sample_size", "ncase", "ncontrol", "unit", "sd"))
dat |
Either exposure data, outcome data or harmonised data |
cols |
Which metadata fields to add. Default = |
Data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.