Re: [R] Code driven data.frame naming question.

2019-04-15 Thread Fieck, Joe
Thanks for the reply Jeff. I will play around with your code example and see where it takes me. -Original Message- From: Jeff Newmiller Sent: Monday, April 15, 2019 4:55 PM To: r-help@r-project.org; Fieck, Joe ; R-help@r-project.org Subject: Re: [R] Code driven data.frame naming

Re: [R] Code driven data.frame naming question.

2019-04-15 Thread Jeff Newmiller
While the assign function is in fact the function you are looking for, I would strongly advise that you cease and desist in this endeavour and instead make a list of data frames rather than littering your global environment with many individual data frames. If you have a vector of names of file

[R] Code driven data.frame naming question.

2019-04-15 Thread Fieck, Joe
Hello R list. I'm very new. I have what I hope is a simple question that I have not been able to find a good solution for. If this is common and clutters anyone's inbox my most sincere apologies in advance... I am trying to use an argument from a function in the name of a data.frame. But I s