View source: R/bots-matrix-bot.R
matrix_bot | R Documentation |
The matrix_bot
takes a disco engine definition and compares it to
other codes in CADS, looking for patterns of co-occurrence. That is, it
analyzes individuals who match your definition, looking for other codes they
have in common.
matrix_bot(...)
bot_matrix(...)
... |
One or more disco engine definitions and/or individual entity IDs |
## we start out with a basic definition of interst in Chicano Studies
chicano_interest = majored_in(chicano_studies) %or% gave_to_department(CHICANO)
## now the matrix_bot discovers related characteristics, such as
## majoring in ethnic studies or participating in MEChXA
matrix_bot(chicano_interest)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.