Skip to contents

Summarise analyses reviewed by reviewer

Usage

summarise_analyses_by_reviewer(review_data)

Arguments

review_data

A dataframe containing the variables dataset, response_id, and ReviewerId.

Value

A dataframe summarising the mean, sd, min, and max of the number of reviews provided by each unique reviewer across all analyses from all datasets in review_data.

Examples

data(ManyEcoEvo)
ManyEcoEvo %>%
  ungroup() %>%
  select(data, -dataset) %>%
  unnest(data) %>%
  select(ends_with("_id"), id_col, dataset, review_data) %>%
  unnest(review_data) %>%
  summarise_analyses_by_reviewer()
#> # A tibble: 1 × 4
#>    mean    sd   min   max
#>   <dbl> <dbl> <int> <int>
#> 1  4.29  1.83     1    15