Skip to contents

make_metrics_summary() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make metrics summary. The function returns Summary (a tibble).

Usage

make_metrics_summary(data_tb, index_1L_chr, key_vars_chr, metrics_chr)

Arguments

data_tb

Data (a tibble)

index_1L_chr

Index (a character vector of length one)

key_vars_chr

Key variables (a character vector)

metrics_chr

Metrics (a character vector)

Value

Summary (a tibble)