File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,15 +204,15 @@ x$name <- value
204204 equivalent to \code {alist [[i1 ]]\dots [[ip ]]} providing all but the
205205 final indexing results in a list.
206206
207- Attempts to extract a non - existent element return \code {NULL }.
207+ Attempts to extract a non - existent element by name return \code {NULL }.
208208
209209 Note that in all three kinds of replacement , a value of \code {NULL }
210210 deletes the corresponding item of the list. To set entries to
211211 \code {NULL }, you need \code {x [i ] <- list (NULL )}.
212212
213213 When \code {$ <- } is applied to a \code {NULL } \code {x }, it first coerces
214214 \code {x } to \code {list ()}. This is what also happens with \code {[[<- }
215- where in \R versions less than 4. y.z , a length one value resulted in a
215+ where in \R versions before 4.0.0 , a length one value resulted in a
216216 length one (atomic ) \emph {vector }.
217217}
218218
You can’t perform that action at this time.
0 commit comments