-
Notifications
You must be signed in to change notification settings - Fork 40
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
formal argument "indent" matched by multiple actual arguments #97
Comments
Why are you passing the |
This is to what I have reduced the problem to. I'm not using |
Ok, after investigating further, here a more complete example of what I'm trying to do:
For communication with a web service I generally need unboxed values except for a few rare cases. For this purpose I introduced the As I understand, extending |
I don't know quite understand why this is a great example. I see it as a hack out of desperation since users do not have your blessings and have to turn to the dark force. |
Closing this, @martinstuder just use |
In jsonlite 0.9.15
toJSON(1, indent = NA)
produces the expected output[1]
.In version 0.9.16 the same errors with:
The text was updated successfully, but these errors were encountered: