deleteRow_Server {cbpManager}R Documentation

Server logic of module for removing a row

Description

Server logic of module for removing a row

Usage

deleteRow_Server(input, output, session, data, selected_row)

Arguments

input

Shiny input

output

Shiny output

session

Shiny session

data

source data as data.frame

selected_row

Index of the selected row from the table

Value

reactive data.frame of modified source data


[Package cbpManager version 1.1.3 Index]