generate_column_names: Generate the column names from a prefix for our time periods...

Description Usage Arguments Value Examples

Description

Generate the column names from a prefix for our time periods of interest.

Usage

1
generate_column_names(prefix, from = 1976, to = 2018)

Arguments

prefix

The prefix of the variable name.

from

The starting year, as an integer, for our time periods of interest.

to

The ending year, as an integer, for our time periods of interest.

Value

A character vector of the column names.

Examples

1
generate_column_names(prefix = 'irt', from = 1990, to = 2002)

nurseshealthstudy/Nurses documentation built on May 14, 2019, 3:08 a.m.