We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f1bcf commit 17ddc25Copy full SHA for 17ddc25
_episodes_rmd/01-r-basics.Rmd
@@ -592,7 +592,7 @@ In the square brackets you place the name of the vector followed by the comparis
592
593
Finally, there are a few other common retrieve or replace operations you may
594
want to know about. First, you can check to see if any of the values of your
595
-vector are missing (i.e. are `NA`). Missing data will get a more detailed treatment later,
+vector are missing (i.e. are `NA`, that stands for `not avaliable`). Missing data will get a more detailed treatment later,
596
but the `is.NA()` function will return a logical vector, with TRUE for any NA
597
value:
598
0 commit comments