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
Allow an empty table with zero rows to create an empty gt table (#283)
* Modify linebreaks
* Transform all tbl contents to NA if there are rows
* Ensure that all table cells are `NA_character_`
* Use functions that check if row count is > 0
* Only execute statement if number of rows >0
* Remove a line break
* Create a dummy row for an zero-row table
* Return NULL if output_df has a zero row count
* If tbl formally has no rows, assign it a single row
* Modify a conditional statement
* Move util functions to a separate file
* Add roxygen documentation for two util fcns
* Create zero-row `rows_df` if `data_tbl` is empty
* Account for grouped cols when making `final_df`
* Add several testthat tests
* Stop function if table has zero columns
* Create `boxh_df` from matrix object
* Use `seq_len()` instead of `seq()`
* Add missing closing bracket
* Make code review changes
0 commit comments