# \donttest{
# find all of the constraint that mention degrees
search.ergmConstraints('degree')
# search on multiple keywords
search.ergmConstraints(keywords=c('directed','dyad-independent'))
# print out the content for a specific constraint
search.ergmConstraints(name='b1degrees')
# request the bipartite keyword in the ergm package
search.ergmConstraints(keywords='directed', packages='ergm')
# }
Run the code above in your browser using DataLab