Conjoncture dans les services - ENQ-CONJ-SERV

Données - INSEE

Structure

TITLE_FR

Code
`ENQ-CONJ-SERV` |>
  group_by(IDBANK, TITLE_FR) |>
  summarise(Nobs = n()) |>
  arrange(-Nobs) %>%
  {if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}

INDICATEUR

Code
`ENQ-CONJ-SERV` |>
  group_by(INDICATEUR, Indicateur) |>
  summarise(Nobs = n()) |>
  arrange(-Nobs) %>%
  {if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}

NATURE

Code
`ENQ-CONJ-SERV` |>
  group_by(NATURE, Nature) |>
  summarise(Nobs = n()) |>
  arrange(-Nobs) %>%
  {if (is_html_output()) print_table(.) else .}
NATURE Nature Nobs
SOLDE_PROPORTION Solde d'opinions 164863
PROPORTION Proportion 38725
INDICE Indice 4663

UNIT_MEASURE

Code
`ENQ-CONJ-SERV` |>
  group_by(UNIT_MEASURE) |>
  summarise(Nobs = n()) %>%
  {if (is_html_output()) print_table(.) else .}
UNIT_MEASURE Nobs
POURCENT 203588
SO 4663