Hi Zeljko,

thanks for your suggestion!

On Tue, May 12, 2009 at 12:26:48PM +0200, Zeljko Vrba wrote:
> Why not simply rearrange your data frames to have standardized column names
> (see names() function), and write functions that operate on the standardized
> format?

Actually that's what I'm currently doing.  And if the code was only
for my personal use I would stick with this solution.  However, I want
to publish my stuff as a package and want to make its use as
convenient as possible for the users.  The drawbacks of the current
solution are: The users have to perform the additional processing step
and the users have to know the correct format of the data frame.

  Titus

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to