| ergm_keyword {ergm} | R Documentation |
A function to manage dynamic ERGM keywords. To register a keyword, call the function with all parameters provided. To fetch all registered keywords, call the function with no parameters specified.
ergm_keyword( name = NULL, short = NULL, description = NULL, popular = NULL, package = NULL )
name |
full name of the keyword |
short |
abbreviation of the keyword name |
description |
description of the keyword |
popular |
logical to indicate if a keyword is popular |
package |
package the keyword is first defined in |
Returns a dataframe with the following columns:
name
short
description
popular
package