knitr::opts_chunk$set(echo = TRUE,
                      collapse = TRUE,
                      comment = "#>")
  BiocStyle::markdown()

Naming conventions

Introduction

Deep inside a module process

Writing your own module process

Hard way

Steps

Write the uiOutput() function for each widgets and the corresponding reactive({}) function with the definition of the widget (widget_#name# <- reactive({}))



samWieczorek/Magellan documentation built on March 30, 2022, 3:40 a.m.