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

Add quote to filter test #2

Closed
romaintailhurat opened this issue Sep 9, 2020 · 1 comment
Closed

Add quote to filter test #2

romaintailhurat opened this issue Sep 9, 2020 · 1 comment
Assignees
Labels
invalid This doesn't seem right

Comments

@romaintailhurat
Copy link
Owner

In the following statement:

hadrien_dataset <- engine$eval("ds := ds1[filter name = Hadrien];")

it is necessary to add escaped double quotes ( \" ) to Hadrien.

@romaintailhurat romaintailhurat added the invalid This doesn't seem right label Sep 9, 2020
@romaintailhurat romaintailhurat self-assigned this Sep 9, 2020
@romaintailhurat
Copy link
Owner Author

Indeed, quoting solves the problem, the valid statement was:

"ds := ds1[filter name = \"Hadrien\"];"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant