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).
This document lists inventory of academically-relevant resource types with codes, descriptions and sample quotes. In the next section each resource is documented with:
reconqdata:::resource_inventory()
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.