How do I get vector of data frame names available in current environment? I've tried:
sapply(ls(), is.data.frame)
But this fails because ls
returns vector of strings. I'm planning to use this list as a input for dynamic selection in Shiny app.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…