Description Usage Arguments Examples
Parse custom constraints
| 1 | 
| x | a list of constraints. See examples | 
| 1 2 3 4 5 | ## Not run: 
x <- list("QB" = 1, "RB" = 2, "WR" = 3, "TE" = 1, "RB/WR/TE" = 1, "DST" = 1)
parse_constraints(x)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.