# NOT RUN {
dir <- tempdir()
file.copy(system.file("extdata", "example2.el", package = "biclique"), dir)
file.copy(system.file("extdata", "example5.bmat", package = "biclique"), dir)
bi.format(file.path(dir, "example2.el"))
bi.format(file.path(dir, "example5.bmat"), 1)
# }
Run the code above in your browser using DataLab