You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@mbcann01 To address this, I created a new function, cb_add_column_attributes_from_csv_file that takes the data frame and a CSV file containing a data frame with the column attributes as arguments. I also created a sample CSV file test_attributes.csv for testing this on the study data frame.
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.The text was updated successfully, but these errors were encountered: