Re: [R] Is there an easier way than this to list all functions in the global environment?

2014-05-19 Thread Byron Dom
: Peter Alspach ; Byron Dom Sent: Sunday, May 18, 2014 7:01 PM Subject: Re: [R] Is there an easier way than this to list all functions in the global environment? Hi, You may also check ?lsf.str() c(lsf.str()) A.K. On Sunday, May 18, 2014 7:27 PM, Peter Alspach wrote: Tena koe Byron Ma

Re: [R] Is there an easier way than this to list all functions in the global environment?

2014-05-19 Thread Byron Dom
org [mailto:r-help-boun...@r-project.org] On Behalf Of Byron Dom Sent: Monday, 19 May 2014 10:50 a.m. To: "r-help@r-project.org" Subject: [R] Is there an easier way than this to list all functions in the global environment? After an unsuccessful search thru several books plus online documentati

Re: [R] Is there an easier way than this to list all functions in the global environment?

2014-05-18 Thread arun
HTH Peter Alspach -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Byron Dom Sent: Monday, 19 May 2014 10:50 a.m. To: "r-help@r-project.org" Subject: [R] Is there an easier way than this to list all functions in the global en

Re: [R] Is there an easier way than this to list all functions in the global environment?

2014-05-18 Thread Peter Alspach
.org] On Behalf Of Byron Dom Sent: Monday, 19 May 2014 10:50 a.m. To: "r-help@r-project.org" Subject: [R] Is there an easier way than this to list all functions in the global environment? After an unsuccessful search thru several books plus online documentation, I was unable to find

[R] Is there an easier way than this to list all functions in the global environment?

2014-05-18 Thread Byron Dom
After an unsuccessful search thru several books plus online documentation, I was unable to find a simple way to do this, so I wrote my own function (see below) to do it.  I'm relatively new to R however, so I'm guessing that there must be an easier way to do it. I want to list all functions a