get_colname | R Documentation |
Creates vector of proper column names depending on year and month of dataset
get_colname(year, month)
year |
The year of the FCC dataset |
month |
The month of the FCC dataset |
vector of the proper column names of the FCC dataset of the corresponding month and year
new_columns <- get_colname(year = 2019, month = "June")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.