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