nat icon indicating copy to clipboard operation
nat copied to clipboard

nl[,]<- should look after rownames / ordering

Open jefferis opened this issue 9 years ago • 1 comments

see https://github.com/jefferis/nat/tree/feature/set-data.frame branch.

jefferis avatar Jun 27 '15 08:06 jefferis

[,]<- approach is obvious (same as data.frame<-) but what's the correct approach to this when doing nl[i,j] replacements. I guess we

  • don't want to add rows
  • might want to re-order rows if value is a data.frame (or matrix)
  • in fact if value is a data.frame/matrix we probably always want to make checks

jefferis avatar Jun 27 '15 12:06 jefferis