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
)
Returns a dataframe with the following columns:
name
short
description
popular
package
full name of the keyword
abbreviation of the keyword name
description of the keyword
logical to indicate if a keyword is popular
package the keyword is first defined in