# \donttest{
# find all of the references that mention dyad
search.ergmReferences('dyad')
# search on multiple keywords
search.ergmReferences(keywords=c('binary','discrete'))
# print out the content for a specific reference
search.ergmReferences(name='Bernoulli')
# request the bipartite keyword in the ergm package
search.ergmReferences(keywords='binary', packages='ergm')
# }
Run the code above in your browser using DataLab