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
Remove code that identifies type since it’s not used - only categorical variables supported.
Add checks to verify all of data[variables] are categorical variables.
Perform thorough review of the tbl_hierarchical() internals and utilize the existing helpers in the pkg as needed. @ddsjoberg
@edelarua to investigate other nested data table structures and we will discuss which to support.
Investigate how we could/should use over_variables when it's not just a single row, e.g. over AESEV or Grade.
Update tbl_ard_hierarchical() with structural checks of the ARD inputs
Should cards::ard_hierarchical() and the count function optionally include the attributes from the data frame so we can use them in the header? I wonder if it's necessary? The ARD-first approach for these tables are not really general, so the utility of this function is pretty limited. If I needed an ARD, it may be best to just create the table, then grab the ARD from the table object..... 🤔
All sorts of updates will be needed for tbl_ard_hierarchical()
Enhance
tbl_hierarchical()
with the following features:digits
argument totbl_hierarchical()
#2032type
since it’s not used - only categorical variables supported.data[variables]
are categorical variables.tbl_hierarchical()
internals and utilize the existing helpers in the pkg as needed. @ddsjobergover_variables
when it's not just a single row, e.g. over AESEV or Grade.tbl_ard_hierarchical()
with structural checks of the ARD inputscards::ard_hierarchical()
and the count function optionally include the attributes from the data frame so we can use them in the header? I wonder if it's necessary? The ARD-first approach for these tables are not really general, so the utility of this function is pretty limited. If I needed an ARD, it may be best to just create the table, then grab the ARD from the table object..... 🤔tbl_ard_hierarchical()
brdg_summary()
function Separate internal hierarchy processing from summary functions #2033.add_gts_column_to_cards_summary()
The text was updated successfully, but these errors were encountered: