list_of_lists: list_of_lists

Description Usage Arguments Details Value Note Author(s)

View source: R/utils.R

Description

Create a list of sublists with the same elements each

Usage

1
list_of_lists(no_sublists, element_sublists)

Arguments

no_sublists

number of sublists

element_sublists

element to instert in each sublist

Details

This function allows you to create a list where you can add in each sublist the same element

Value

Using no_sublists and element_sublists list, which each sublist contains the same element

Note

Add this function inside a UI in your shiny app.

Author(s)

Eduardo Trujillo


1Edtrujillo1/udeploy documentation built on July 13, 2021, 9:12 p.m.