matt-dray / tide

:ocean::pencil: R package: edit a data.frame in a spreadsheet-like editor, get code to reproduce it
https://www.rostrum.blog/2022/04/27/tide/
Other
7 stars 0 forks source link

Detect new columns #3

Open matt-dray opened 2 years ago

matt-dray commented 2 years ago

Should be pretty clean. Grab the new name and its values: df[["new"]] <- 1:10, or whatever.