spread_years | R Documentation |
Spread 'year' into columns.
spread_years( input_data, value_var, year_var, ..., verbose = getOption("verbose") )
input_data |
(tabular data) |
value_var |
(character or symbol) defaults to whatever is returned by [find_qty_var()]. |
year_var |
(character) defaults to whatever is found by [find_year_var()]. |
... |
(dots) passed to [tidyr::spread()] |
verbose |
(logical) display messages |
tabular data with column 'year'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.