Displaying 1 result from an estimated 1 matches for "todiscard".
Did you mean:
nodiscard
2011 Jan 28
1
ReferenceClasses examples {method}
...)
- and for coherence, 'edit' should store modifications in an 'append'-style :
edits <<- c(edits,list(backup)) #as opposed to c(list(backup),edits)
I hope I'm not wrong.
As a complementary question, suppose one kept 'c(edits,list(backup))', does
anyone know how todiscard first element(s) of a list? For a vector :
vedits<<-vedits[-1]
But lists can't be selected that way ( edits<<- edits [[-1]] #wrong )
Bye.
Marc
[[alternative HTML version deleted]]