R Package

Learning Bibliometrics

A github repository that gathers different scripts to extract (mannually or via APIs) and then clean bibliometric data.

Petit guide pour apprendre R à destination des historiens de l'économie

Lorsque la tentation est grande de s'essayer aux méthodes quantitatives, la première question qui vient à l'esprit est probablement ≪ mais comment faire, et quels outils dois-je apprendre à utiliser ? ≫. Je donne ici quelques arguments pour vous engager dans l'apprentissage de R et présente ensuite différents tutoriels et packages R utiles aux historiens de l'économie.

Release of biblionetwork 0.1.0

I am very pleased to announce the initial release of biblionetwork to CRAN! biblionetwork is designed to build easily and quickly large list of edges for bibliometric networks. You can identify the edges for different types of network (bibliometric coupling or co-citation, or co-authorship networks) and use different methods to calculate the weights of edges.

biblionetwork

The biblionetwork package provides functions to create fastly bibliometric networks like bibliographic coupling network, co-citation network and co-authorship network.

networkflow

The networkflow package proposes functions to make it easier and quicker to work on networks. It mainly targets working on bibliometric networks. This package heavily relies on [igraph](https://igraph.org/r/) and [tidygraph](https://tidygraph.data-imaginist.com/index.html), and aims at producing ready-made networks for projecting them using [ggraph](https://ggraph.data-imaginist.com/).