Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
vertere
on June 14, 2018
|
parent
|
context
|
favorite
| on:
A newcomer’s (angry) guide to R
> It's the same if you tried to access a[0] or a[90000] (in an array that doesn't have 90000 elements).
It's not the same: `a[90000]` would be `NA` (which is a 1-element vector, not an empty vector).
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
It's not the same: `a[90000]` would be `NA` (which is a 1-element vector, not an empty vector).