magma_files_metadata | R Documentation |
Metadata for all pre-computed metadata files stored in the MAGMA_Files_Public GitHub repository.
data("magma_files_metadata")
An object of class data.table
(inherits from data.frame
) with 54 rows and 29 columns.
#### Check what files are available ####
magma_files_metadata <- data.table::fread(
paste("https://github.com/neurogenomics/MAGMA_Files_Public",
"raw/master/metadata.csv", sep="/")
)
usethis::use_data(magma_files_metadata, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.