Displaying 1 result from an estimated 1 matches for "u2018ls".
Did you mean:
u2018
2011 Mar 05
2
How to show non user defined data set such as cu.summary (from rpart)?
Hi All,
ls() doesn't show cu.summary. ?ls says "When invoked with no argument at the
top level prompt, \u2018ls\u2019 shows what data sets and functions a user
has defined." Therefore, the reason ls() doesn't show cu.summary is because
cu.summary is from a package but not user defined. Is there a way to show
not only user defined data sets but also data sets from loaded packages?
> library(rpart...