# Set CONTVARIABLE
x1 <-
px(population_gl) |>
px_contvariable('gender')
# After setting CONTVARIABLE some variables are index by it, e.g. UNITS
px_units(x1)
# Remove CONTVARIABLE
x2 <- px_contvariable(x1, NULL)
px_contvariable(x2)
# Removing CONTVARIABLE also removes the index from UNITS
px_units(x2)
Run the code above in your browser using DataLab