Skip to content

Commit 17ddc25

Browse files
Update 01-r-basics.Rmd
fixes #179
1 parent 01f1bcf commit 17ddc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes_rmd/01-r-basics.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ In the square brackets you place the name of the vector followed by the comparis
592592
593593
Finally, there are a few other common retrieve or replace operations you may
594594
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,
595+
vector are missing (i.e. are `NA`, that stands for `not avaliable`). Missing data will get a more detailed treatment later,
596596
but the `is.NA()` function will return a logical vector, with TRUE for any NA
597597
value:
598598

0 commit comments

Comments
 (0)