co_keywords_network: co_keywords_network

Description Usage Arguments

View source: R/co_keywords_network.R

Description

This function gets the keywords and keywords mentions from altmetric_keywords and obtains a co-occurrence network of keywords. It returns a list wit two data.frame that correspond to the nodes and edges of the network.

Usage

1
2
co_keywords_network(keywords, keywords_mentions, binary = TRUE,
  min_co = 1)

Arguments

keywords

Keywords data.frame from altmetric_keywords

keywords_mentions

Altmetric.com mentions with keywords from altmetric_keywords

binary

Boolean that indactes if the occurrence count carried is binary or not

min_co

To filter the network on the basis of a minimum of co-occurrences


Wences91/altanalysis documentation built on Jan. 2, 2021, 10:18 a.m.