T
Results
2
comments of
T
I think the problem is caused in line 12 in the `mx_api_content()` function, because the retrieved value is a character, and `floor()` expects a number. ``` count
It is possible to create table groups using `gt_split(col_slice_at = 6)` that would solve this problem as you can split wide tables into separate tables that would become parts of...