Any easy to generate RooDataSet from RdataFrame

Hi All:

Is There any way to generate RooDataSet from RdataFrame just as TTree do?
Tree * tree = ...;
RooDataSet ds("ds", "ds", RooArgSet(x, y), Import(*tree));

Hi,

it’s on the list of things we want to do, but nobody had the time for it yet. The best way is to snapshot the tree with RDataFrame, and import it later.

thanks. looking forwarding for the new feather