if (FALSE) {
# Retrieve a single HS problem
prob <- solnp_problem_suite(number = 1)
# Retrieve multiple HS problems
probs <- solnp_problem_suite(number = c(1, 2, 3))
# Retrieve problem in "Other" suite
other_prob <- solnp_problem_suite(suite = "Other", number = 1)
}
Run the code above in your browser using DataLab