Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions R/cytoscapeNetwork.R
Original file line number Diff line number Diff line change
Expand Up @@ -523,10 +523,11 @@ cytoscapeNetworkOutput <- function(outputId,
}

#' Render a Cytoscape network in a Shiny application.
#'
#' This function is used to render a Cytoscape network visualization within a Shiny application.
#'
#' @importFrom htmlwidgets shinyRenderWidget createWidget
#' @inheritParams htmlwidgets::shinyRenderWidget
#'
#' @param expr \code{expression} The expression that generates a Cytoscape network.
#' @param env \code{environment} The environment in which to evaluate \code{expr}. Defaults to \code{parent.frame()}.
#'
#' @return A rendered Cytoscape network widget for use in Shiny applications.
#'
Expand Down