library(reconqdata)
library(dplyr)

knitr::opts_chunk$set(
  echo = FALSE,
  error = FALSE,
  warning = FALSE
)

Authors thank (Polish) National Science Centre for support through SONATA grant 2012/07/D/HS6/01971 for the project Dynamics of Competition and Collaboration in Science: Individual Strategies, Collaboration Networks, and Organizational Hierarchies (http://recon.icm.edu.pl).

Introduction and format

This document lists inventory of academically-relevant resource types with codes, descriptions and sample quotes. In the next section each resource is documented with:

Codes and quotes

reconqdata:::resource_inventory()

Frequency distribution

Frequency distribution of types of resources. Counts correspond to number of times a particular resource appeared in entire corpus of the interviews.

resources %>%
  count(code) %>%
  left_join(reconqdata:::codes, by="code") %>%
  arrange(desc(n)) %>%
  select(
    Resource = label,
    Frequency = n
  ) %>%
    knitr::kable()

References



mbojan/reconqdata documentation built on June 5, 2019, 8:30 a.m.