dreamRs / esquisse

RStudio add-in to make plots interactively with ggplot2
https://dreamrs.github.io/esquisse
Other
1.77k stars 229 forks source link

id field #95

Closed rspreafico closed 4 years ago

rspreafico commented 4 years ago

Hi,

the chooseDataServer module will by default drop the ID column of an imported dataset. The user needs to point and click to retain it. Would it be possible to add an option to programmatically direct whether the ID column should be retained or not by default?

Thank you

pvictor commented 4 years ago

Hello,

chooseDataServer has a new argument selectedTypes to allow to select ID column by default. Install from GitHub to try it out!

Victor

rspreafico commented 4 years ago

Works beautifully! Thank you!!!