knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of gliomaData is to provide data for RGCCA vignettes.
You can install the released version of gliomaData from GitGhub with:
remotes::install_github("llrs/gliomaData")
The original version of the data can be found here.
You might get an error installing like this and might need to download the tar.gz file and then install it from there.
Some data provided by the package:
library(gliomaData) data(clinic) clinic[1:5, 1:10]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.