get_banff_template {banffIT}R Documentation

Get a dataset template

Description

This function gets the empty dataset with variables that are mandatory in the process.

Usage

get_banff_template(version = NULL)

Arguments

version

A character string referring the version of Banff classification. The most recent classification is the default. Options are "2022" (default), "2017".

Value

A tibble representing the empty dataset.

Examples

{

  get_banff_template()

}


[Package banffIT version 2.0.0 Index]