getting data from a random forest without loops

Hi, I’m using R. Is there a way to extract the variables along every root-to-leaf path in each tree of a randomForest without loops, using only vectorized operations?