mr_report | R Documentation |
Using the output from the mr()
function this report will generate a report containing tables and graphs summarising the results.
A separate report is produced for each exposure - outcome pair that was analysed.
mr_report(
dat,
output_path = ".",
output_type = "html",
author = "Analyst",
study = "Two Sample MR",
path = system.file("reports", package = "TwoSampleMR"),
...
)
dat |
Output from |
output_path |
Directory in which reports should be saved. |
output_type |
Choose |
author |
Author name. |
study |
Study title. |
path |
The filepath to the report template. |
... |
Extra options to be passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.