get_colname: Get Standardized Column Names for FCC Data

View source: R/get_colname.R

get_colnameR Documentation

Get Standardized Column Names for FCC Data

Description

Creates vector of proper column names depending on year and month of dataset

Usage

get_colname(year, month)

Arguments

year

The year of the FCC dataset

month

The month of the FCC dataset

Value

vector of the proper column names of the FCC dataset of the corresponding month and year

Examples

new_columns <- get_colname(year = 2019, month = "June")

kdmulligan/processFCC documentation built on Oct. 30, 2024, 7:43 p.m.