LukasWallrich / citationProfileR

An R Shiny app to analyse the diversity of academic reference lists
Other
2 stars 0 forks source link

Set up R package #1

Closed LukasWallrich closed 1 year ago

LukasWallrich commented 1 year ago

This should probably be packaged into an R package so that it can easily be installed, and also be used locally by people who want to do batch processing.

This also provides a good incentive to engage in proper functional programming - i.e. to break code into clean functions and to document them. See Hadley Wickham's R package development book for reference

ToDos for now:

LukasWallrich commented 1 year ago

If you are interested, I ran the following functions to set up the basics: