Learn R Programming

banffIT (version 2.0.0)

get_banff_template: 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)

Value

A tibble representing the empty dataset.

Arguments

version

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

Examples

Run this code
{

  get_banff_template()

}

Run the code above in your browser using DataLab