seankross / mario

🍄 But our princess is in another castle!
Other
21 stars 1 forks source link

[future stuff] display the types of tabular data and every column #47

Open pgbovine opened 2 years ago

pgbovine commented 2 years ago

since mario works on different types of tabular data (e.g., data frames, tibbles, data.table, etc.), it would be good to eventually label each one with its R type. also, each column seems to have an inferred type as well, which R displays when you print a data frame to the console. it would be good to grab those and report them too.