Last data update: 16 aoû 2026, 19:37. Last compile: 17 aoû 2026, 21:52
CPF6 - CPF6
Data - Douanes
Info
Tous
Code
NATIONAL_NC8PAYSE |>
mutate(CPF6 = as.numeric(CPF6)) |>
left_join(CPF6, by = "CPF6") |>
group_by(CPF6, Cpf6) |>
summarise(Nobs = n()) %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}Correspondance CPF8 - A129
Code
NATIONAL_NC8PAYSE |>
mutate(CPF6 = as.numeric(CPF6)) |>
left_join(CPF6, by = "CPF6") |>
left_join(A129, by = "A129") |>
group_by(A129, a129, CPF6, Cpf6) |>
summarise(Nobs = n()) %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}