The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Site-wide usage

library(usedthese)

Having added used_here() to several of your Quarto website pages, you may want to make an overall site analysis of your package and function usage. used_there() scrapes and consolidates the tables into a tibble ready for analysis:


used_there("https://www.quantumjitter.com/project/")
#> # A tibble: 1,526 × 4
#>    Package Function          n url                                         
#>    <chr>   <chr>         <int> <chr>                                       
#>  1 base    as.character      7 https://www.quantumjitter.com/project/bayes/
#>  2 base    as.data.frame     1 https://www.quantumjitter.com/project/bayes/
#>  3 base    assign            5 https://www.quantumjitter.com/project/bayes/
#>  4 base    c                27 https://www.quantumjitter.com/project/bayes/
#>  5 base    library          21 https://www.quantumjitter.com/project/bayes/
#>  6 base    list              7 https://www.quantumjitter.com/project/bayes/
#>  7 base    names             1 https://www.quantumjitter.com/project/bayes/
#>  8 base    readRDS           1 https://www.quantumjitter.com/project/bayes/
#>  9 base    round             1 https://www.quantumjitter.com/project/bayes/
#> 10 base    seq               1 https://www.quantumjitter.com/project/bayes/
#> # ℹ 1,516 more rows

Favourite Things shows an example analysis which takes the tibble output from used_there(), augments these data with a category, and plots the most-used packages, the most-used functions and a word cloud.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.