View source: R/formatted_example.R
formatted_example | R Documentation |
Returns an example of summary stats that have had their column names already standardised with standardise_header.
formatted_example(
path = system.file("extdata", "eduAttainOkbay.txt", package = "MungeSumstats"),
formatted = TRUE,
sorted = TRUE
)
path |
Path to raw example file. Default to built-in dataset. |
formatted |
Whether the column names should be formatted
(default: |
sorted |
Whether the rows should be sorted by genomic coordinates
(default: |
sumstats_dt
sumstats_dt <- MungeSumstats::formatted_example()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.