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.
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.