From fbc9af0713b7ef23c68d0446e8fe5ce79f488780 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 30 Mar 2026 09:38:55 +0000 Subject: [PATCH] docs: AI-generated doc upgrade for `renderCytoscapeNetwork` Auto-generated by weekly doc workflow. Target: R/cytoscapeNetwork.R::renderCytoscapeNetwork Date: 2026-03-30T09:38:55Z --- R/cytoscapeNetwork.R | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/R/cytoscapeNetwork.R b/R/cytoscapeNetwork.R index 7d492fb..dfc23e5 100644 --- a/R/cytoscapeNetwork.R +++ b/R/cytoscapeNetwork.R @@ -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. #'