Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential issues with quotation marks #89

Open
natalia-mlad opened this issue Aug 26, 2021 · 1 comment
Open

Potential issues with quotation marks #89

natalia-mlad opened this issue Aug 26, 2021 · 1 comment
Assignees

Comments

@natalia-mlad
Copy link

natalia-mlad commented Aug 26, 2021

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.

@rohitsud
Copy link

rohitsud commented Nov 4, 2021

iPhone converts the quotes into stylized smart quotes. Long press on “ to get " which is the right double quotes for example.

@ihowson ihowson self-assigned this Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants