Learn R Programming

ergm (version 4.7.1)

ergm_keyword: Dynamic ERGM keyword registry

Description

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.

Usage

ergm_keyword(
  name = NULL,
  short = NULL,
  description = NULL,
  popular = NULL,
  package = NULL
)

Value

Returns a dataframe with the following columns:

  • name

  • short

  • description

  • popular

  • package

Arguments

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