# NOT RUN {
temp_dir <- tempdir()
getExprSet(file = "test.txt", outdir = temp_dir)
# }
# NOT RUN {
# According to CRAN, function cannot modify user's home filespace,
# so when run the example, the data will save at the tempdir.
# You can remove the `outdir = tempdir()` to let the .Rdata save to
# your current directory
getExprSet(file = "pancancer_mRNA_exprSet.Rdata", outdir = tempdir())
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab