get_report_nr_by_id: Get all unique values of 'report_nr' for a 'report_type_id'

View source: R/report.R

get_report_nr_by_idR Documentation

Get all unique values of report_nr for a report_type_id

Description

Get all unique values of report_nr for a report_type_id

Usage

get_report_nr_by_id(df, report_type_id)

Arguments

df

Data frame with columns report_nr and report_type_id

report_type_id

Any of c("STG", "M_ED", "MED", "FGR", "SZMA")

Value

Integer vector

Examples

get_report_nr_by_id(df = df_example, report_type_id = "FGR")

RichardMeyer-Eppler/RUBer documentation built on June 2, 2022, 7:24 p.m.