# build full example coin
coin <- build_example_coin(quietly = TRUE)
# exclude two indicators and regenerate
# remove two indicators and regenerate the coin
coin_remove <- change_ind(coin, drop = c("LPI", "Forest"), regen = TRUE)
coin_remove
Run the code above in your browser using DataLab