Re: [R] Data Frame Members

2014-06-28 Thread David Winsemius
On Jun 27, 2014, at 5:53 AM, Robert Sherry wrote: Suppose that a data frame has been created by the user. Perhaps it has been created using the library quantmod. Is there any command to find out what the members of the data frame is? Most of the objects created by quantmod functions are n

Re: [R] Data Frame Members

2014-06-27 Thread Sarah Goslee
I'm not sure what you mean by members. Some options: colnames(yourdf) str(yourdf) summary(yourdf) You would probably benefit from reading the Intro to R that came with your R installation. Sarah On Fri, Jun 27, 2014 at 8:53 AM, Robert Sherry wrote: > Suppose that a data frame has been created

[R] Data Frame Members

2014-06-27 Thread Robert Sherry
Suppose that a data frame has been created by the user. Perhaps it has been created using the library quantmod. Is there any command to find out what the members of the data frame is? Thanks Bob __ R-help@r-project.org mailing list https://stat.ethz.ch