# Set OFFICIAL-STATISTICS
x1 <-
px(population_gl) |>
px_official_statistics('YES')
# Print OFFICIAL-STATISTICS
px_official_statistics(x1)
# Remove OFFICIAL-STATISTICS
x2 <- px_official_statistics(x1, NULL)
px_official_statistics(x2)
Run the code above in your browser using DataLab