Displaying 2 results from an estimated 2 matches for "etanam".
Did you mean:
etani
2023 Apr 01
2
Autocompletion for the new S3 generic @ method?
...m <- structure(matrix(rnorm(20), ncol=2), dimnames=list(paste0("row", 1:10), paste("col", 1:2)), class="mm")
>
> m at row1
>
> However, seems like currently it does not support autocompletion.
>
> Wouldn?t it make sense to add a method like .EtaNames() which would provide tab autocompletions for x@<tab> in the same way current .DollarNames() does for x$<tab>?
>
> Regards,
> Karolis K.
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/...
2023 Mar 31
1
Autocompletion for the new S3 generic @ method?
...ect, name) object[name,])
m <- structure(matrix(rnorm(20), ncol=2), dimnames=list(paste0("row", 1:10), paste("col", 1:2)), class="mm")
m at row1
However, seems like currently it does not support autocompletion.
Wouldn?t it make sense to add a method like .EtaNames() which would provide tab autocompletions for x@<tab> in the same way current .DollarNames() does for x$<tab>?
Regards,
Karolis K.