powered by
read and write gson file
read.gson(file)write.gson(x, file = "")
write.gson(x, file = "")
A GSON instance
GSON
A gson file
wpfile <- system.file('extdata', "wikipathways-20220310-gmt-Homo_sapiens.gmt", package='gson') x <- read.gmt.wp(wpfile, output = "GSON") f = tempfile(fileext = '.gson') write.gson(x, f) read.gson(f)
Run the code above in your browser using DataLab