chi_citations {crandep} | R Documentation |
Citation network of CHI papers
Description
A dataset containing the citations of conference papers of the ACM Conference on Human Factors in Computing Systems (CHI) from 1981 to 2019, obtained from the ACM digital library. The resulting citation network can be compared to the dependencies network of CRAN packages, in terms of network-related characteristics, such as degree distribution and sparsity.
Usage
chi_citations
Format
A data from with21951 rows and 4 variables:
- from
the unique identifier (in the digital library) of the paper that cites other papers
- to
the unique identifier of the paper that is being cited
- year_from
the publication year of the citing paper
- year_to
the publication year of the cited paper
Source
https://dl.acm.org/conference/chi
See Also
[Package crandep version 0.3.9 Index]