Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我注意到如果我返回我的 R 结果,数字被限制为 5 位,例如 100.34,而 R 给我 100.344523。有可能增加这个吗?我发现你可以在 toJSON 中设置数字的数量,但是如何用 opencpu 做到这一点?
干杯,里科
您应该能够toJSON在您的HTTP GET请求中传递任何参数:
toJSON
HTTP GET
https://public.opencpu.org/ocpu/library/base/R/pi/json?digits=10