R/sparse_convert.R

Defines functions dense_to_sparse_converter

Documented in dense_to_sparse_converter

#' @title Launch the Sparse Converter Shiny App
#' @description Opens the Sparse Matrix Converter GUI in your browser.
#' @export
dense_to_sparse_converter <- function() {
  app_dir <- system.file("app2", package = "bravo")
  if (app_dir == "") {
    stop("Could not find the app directory. Try re-installing bravo.")
  }
  runApp(app_dir, display.mode = "normal")
}

Try the bravo package in your browser

Any scripts or data that you put into this service are public.

bravo documentation built on June 9, 2026, 9:06 a.m.