Skip to content

Commit

Permalink
update bi.format
Browse files Browse the repository at this point in the history
  • Loading branch information
YupingLu committed Mar 30, 2019
1 parent 802376d commit ef2af6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/biclique.R
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ bi.print <- function(envir = .GlobalEnv$.bienv)
#' 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))
#' bi.format(file.path(dir, "example5.bmat"), 1)
#' @importFrom utils read.table write.table
#' @export
bi.format <- function(filename, filetype = 0)
Expand Down
2 changes: 1 addition & 1 deletion man/bi.format.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ef2af6f

Please sign in to comment.