Drop columns from a spec
drop_spec_columns.RdAdds columns to the spec's drop_columns list. These columns will be excluded from the output table.
Examples
spec <- TableSpec() |>
drop_spec_columns("unit", "symbol")
sum_spec <- SummarySpec() |>
drop_spec_columns("description")