Sarah Goslee <sarah.goslee <at> gmail.com> writes:

> 
> Hi,
> 
 
> You probably want:
> L["NewName"] <- "something"
> or one of the many potential variants.
> 

Thanks, Sara, 
That works! 
However, following the idea that the syntactic notation L[i] means
a sublist of L, again the syntactic notation

L[i] <- list(Name=Value)

should mean that the sublist is now assigned the list with the a unique named 
element. So I insist this is either a bug or an inconsistency of the language.

Thanks again,

Sergio.

______________________________________________
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