if(interactive()){
# Interactive example (run in console)
inputs <- get_user_inputs()
# The function will prompt:
# Enter value for population size_L: 1000
# Enter value for population size_U: 2000
# Enter value for sample_size_L: 100
# Enter value for sample_size_U: 200
}
Run the code above in your browser using DataLab