~enricoschumann/SNSFdatasets

Download datasets from the Swiss National Science Foundation (https://snf.ch)

clone

read-only
https://git.sr.ht/~enricoschumann/SNSFdatasets
read/write
git@git.sr.ht:~enricoschumann/SNSFdatasets

You can also use your local clone with git send-email.

#SNSFdatasets

Functions for downloading data from the Swiss National Science Foundation (SNF, FNS, SNSF). The package is lightweight and without dependencies. Downloaded data can optionally be cached, to avoid repeated downloads of the same files. There are also utilities for comparing different versions of datasets, i.e. to report added, removed and changed entries.

#Installation

To install the package from a running R session, type:

install.packages('SNSFdatasets',
                 repos = c('http://enricoschumann.net/R',
                           getOption('repos')))