The intent of extract_body() is to provide a dataframe of body cells with a chosen level of rendering applied to those cells (e.g., formatting, text transformations, etc.). However, it should match the body of rendered table and right now it:
- includes hidden columns
- has no option to exclude non-body cells (i.e., stub cells)
It can be useful to have stub information and the stub can be formatted. But it would be useful to omit the stub cells via an option.
The intent of
extract_body()is to provide a dataframe of body cells with a chosen level of rendering applied to those cells (e.g., formatting, text transformations, etc.). However, it should match the body of rendered table and right now it:It can be useful to have stub information and the stub can be formatted. But it would be useful to omit the stub cells via an option.