Learn R Programming

tame (version 0.2.0)

default_atc_groups: Default ATC groups for summaries

Description

This function finds the default ATC groups for the summaries. It is used in the summary.medic function.

Usage

default_atc_groups(object, min_n = 2)

Value

A data frame with two columns: regex and atc_groups.

Arguments

object

A medic object.

min_n

The minimum number of ATC groups to be found.