agrupaUI: Grouping Types Widget

Description Usage Arguments Details Examples

View source: R/myModules.R

Description

This function is to obtain an Shiny Widget to generates and grouping type selector with options Horario, Diario Mensual y Anual.

Usage

1
agrupaUI(id, isHorary)

Arguments

id

Element Identifier

isHorary

When the Value is TRUE begins in 'Horario' else 'Diario'

Details

This function belongs to script ui.R elements to easily creates user interfaces. This function has two parameters id to be referenced in server.R and isHorary to show a selector begins in Horary if it is TRUE else Diario.

Examples

1
2
agrupaUI("agrup", T)
agrupaUI("agrup", F)

sflorezp/modulesRReport documentation built on May 14, 2019, 9 a.m.