View source: R/utilityFunctions.R
getMRMCdataset | R Documentation |
Import MRMC dataset from the web (https://github.com/DIDSR/iMRMC/wiki/iMRMC-Datasets)
getMRMCdataset(dataset = "viperObs")
dataset |
Possible dataset options available:
|
desired dataset downloaded from the web as a csv
# Save Prostate MRI ground truth and reader data
truthData <- getMRMCdataset("prostateTruth")
rawData <- getMRMCdataset("prostateRawData")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.