selkamand / gg1d

Automatically Create 1D Plots From Tabular Data
Other
1 stars 0 forks source link

option to autoconvert numerics with only values 0, 1, NA to logicals #16

Open selkamand opened 1 year ago

selkamand commented 2 months ago

gg1d::gg1d(mtcars) is the perfect example of a case where maybe auto-converting numerics with 0, 1, and NA to logicals might be the right option. Maybe do it by default and add an option to turn it off