ctvExperimentalDesign: The CRAN logs for the RStudio mirror for the CRAN task view...

ctvExperimentalDesignR Documentation

The CRAN logs for the RStudio mirror for the CRAN task view Experimental Design

Description

The CRAN logs for the RStudio mirror for the CRAN task view Experimental Design

Usage

ctvExperimentalDesign

Format

A data frame with 53940 rows and 10 variables:

date

date

package

the package name

n_unique

the number of unique downloads

n_total

the number of total downloads. This should be the same as cranlogs::cran_downloads().

Examples

library(ggplot2)
ggplot(ctvExperimentalDesign, aes(n_unique, n_total)) + 
  geom_point() + 
  geom_abline(intercept = 0, slope = 1, color = "red")

numbats/cranscrub documentation built on July 1, 2022, 4:34 p.m.