RStringValue: {
    fromRLexeme(this: void, value: string): RStringValue;
    name: "RStringValue";
}

Checks whether the given string is an R string literal (including raw strings).

Type declaration