textServer1.Rd
A Shiny server module that returns the number of rows in the dataset. Typically used in the Table Tab to display the total number of observations.
textServer1(id, df)
Character string for namespacing the module
A reactive data.table; the dataset for which the number of observations is computed.
data.table
A character string with the formatted number of rows