[R] Data Frame Members

Sarah Goslee sarah.goslee at gmail.com
Fri Jun 27 15:39:45 CEST 2014


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 <rsherry8 at comcast.net> 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?
>
> Thanks
> Bob
>


-- 
Sarah Goslee
http://www.functionaldiversity.org



More information about the R-help mailing list