set_min_budget,optimizer-method | R Documentation |
Used to set a lower-bound budget for all lineups
## S4 method for signature 'optimizer' set_min_budget(object, min_budget)
object |
An optimizer object |
min_budget |
The minimum budget value |
Updated optimizer object
## Not run: # Set the minimum budget to 40000 opt <- opt %>% set_min_budget(40000) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.