Overview
This came up while working on the L2C data that contains around 1,300 columns. Using cb_add_col_attributes() creates really long code blocks that aren't always easy to work with. I need to create a vignette (and perhaps some new methods) for efficiently adding attributes to data with so many variables.
- Use a spreadsheet? Use CSV format for versioning.
- Add the source like we do in L2C?
Overview
This came up while working on the L2C data that contains around 1,300 columns. Using
cb_add_col_attributes()creates really long code blocks that aren't always easy to work with. I need to create a vignette (and perhaps some new methods) for efficiently adding attributes to data with so many variables.