View source: R/condaDownloadStats.R
anacondaDownloadStats | R Documentation |
Get download statistics for Bioconductor packages distributed via Anaconda.
anacondaDownloadStats()
Anaconda provide daily download counts for all software packages they distribute. These are summarised into monthly tables of counts and made available from https://github.com/grimbough/anaconda-download-stats This function provides a mechanism to download these monthly counts for Bioconductor packages distributed through Anaconda.
A data.frame
of download statistics for
all Bioconductor packages distributed by Anaconda, in tidy format.
Note: Anaconda do not provide counts for unique IP addresses. This column
is listed as NA
for all packages to provide continuity with data from
Bioconductor.org obtained by biocDownloadStats
. The counts are
updated monthly, so do not expect to see counts for the current month.
Mike L. Smith
anacondaDownloadStats()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.