Читать книгу The Big R-Book - Philippe J. S. De Brouwer - Страница 48
Note – What are invisible variables
ОглавлениеA variable whose name starts with a dot (e.g. .x
) is in all aspects the same as a variable that starts with a letter. The only difference is that the first will be hidden with the standard arguments of the function ls()
.
ls()
rm()