Skip to content

Potential issues with quotation marks #89

@natalia-mlad

Description

@natalia-mlad

When I run the following code:
x = c(letters[1:6])
paste(x, sep = “,”)

I get this error:
Error: invalid multibyte character in parser at line 1 Execution halted

It persists even when I use single quotes instead of double, and no matter the spacings inside the function. The first line also ran without a problem.

The following yields the same error:
y = c(‘a’, ‘b’, ‘c’)

For reference, I’m on iOS (iPhone) in Google Chrome.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions