Читать книгу The Big R-Book - Philippe J. S. De Brouwer - Страница 108

4.3.9 Strings or the Character-type

Оглавление

Strings are called the “character-type” in R. They follow some simple rules:

string

 strings must start and end with single or double quotes,

 a string ends when the same quotes are encountered the next time,

 until then it can contain the other type of quotes.

The Big R-Book

Подняться наверх