You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the TLG tab section we already have incorporated a functional subtab Graph with a set of inputs that allow the user to visualize and customize their plots. Now we need a similar setup for the listings. Now we want a similar setup using the function in #179. The inputs expected in the TLG Listings section are the ones defined below:
Definition of Done
Global aspects
When user presses Submit TLG order listings are displayed and classified in the tab Listings. Representing the rlisting object that will (in the future) be included in the PDF report with the function export_as_pdf
General
Grouping tables: by default = c(“PARAM”, “PCSPEC”, “ROUTE”)
Grouping variables: SelectInput multiple choice (index columns) by default(c("TRT01A" or “TRTA”, "USUBJID", "AVISIT"))
Grouping variables: SelectInput multiple choice (index columns) by default(c("TRT01A" or “TRTA”, "USUBJID", "AVISIT"))
Reported variables: Select input with relevant column names (default: NFRLT AFRLT, AVALC) (by default NFRLT AFRLT and AVALC)
Formatting table input
A dataframe (or many) used as an input. It may have one row per variable, and the next columns:
Variable name: Defined with Reported variables select input. No modifiable.
Label: Text input default populated with $Variable
na_str: Text input for NA values (by default "NA")
cero_str: Text input for 0 values (by default NA)
align: how the extension of the variable value will be aligned on the listing displayed (middle, center, )
format_fun: character name of the function to use to format the digits ("round", "signif"). Always NA in non-numeric variables
digits: numeric to use in the argument of the previous function
unit: character name of the column to use, It will be added to the label in parenthesis
The text was updated successfully, but these errors were encountered:
Description
In the TLG tab section we already have incorporated a functional subtab Graph with a set of inputs that allow the user to visualize and customize their plots. Now we need a similar setup for the listings. Now we want a similar setup using the function in #179. The inputs expected in the TLG Listings section are the ones defined below:
Definition of Done
Global aspects
Submit TLG order
listings are displayed and classified in the tabListings
. Representing therlisting
object that will (in the future) be included in the PDF report with the functionexport_as_pdf
General
Formatting table input
A dataframe (or many) used as an input. It may have one row per variable, and the next columns:
The text was updated successfully, but these errors were encountered: