ft_ex_v2: Flat table without page from a pivot table with with...

ft_ex_v2R Documentation

Flat table without page from a pivot table with with thousands indicator and decimal numbers

Description

Flat table without page from a pivot table with with thousands indicator and decimal numbers.

Usage

ft_ex_v2

Format

A tibble object.

See Also

df_ex

Other flat table: ft_ex, ft_set

Examples

# Defined by:

ft_ex_v2 <- pivot_table(df_ex) |>
  set_page(1, 1) |>
  remove_top(1) |>
  define_labels(n_col = 2, n_row = 2) |>
  remove_k() |>
  replace_dec() |>
  fill_values() |>
  fill_labels() |>
  remove_agg() |>
  unpivot(include_page = FALSE,
  na_rm = FALSE)


flattabler documentation built on Sept. 15, 2023, 1:06 a.m.