We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description It would be very helpful if the isoline function supported all of the API parameters, including optimizeFor.
optimizeFor
Or if that can already be used, how do we include it? Thanks for this great package!
The text was updated successfully, but these errors were encountered:
NEWS entry, closes #119.
23165cd
Hi, thanks for reporting and the positive feedback on the package.
Can you test with remotes::install_github("munterfinger/hereR@feature/isoline-optimize")?
remotes::install_github("munterfinger/hereR@feature/isoline-optimize")
q <- isoline(..., optimize = "quality") p <- isoline(..., optimize = "performance") b <- isoline(..., optimize = "balanced")
Sorry, something went wrong.
This seems to be working. Thank you!!
munterfi
Successfully merging a pull request may close this issue.
Description
It would be very helpful if the isoline function supported all of the API parameters, including
optimizeFor
.Or if that can already be used, how do we include it? Thanks for this great package!
The text was updated successfully, but these errors were encountered: