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
-quiet
I'm finding it impossible to suppress messages when calling rmapshaper with sys=TRUE
Those are some strong messages!! Any idea how to suppress these? Would it need to be the -quiet flag?
nc <- sf::read_sf(system.file("gpkg/nc.gpkg", package = "sf")) sink(file = tempfile()) suppressMessages(suppressWarnings({ output <- capture.output({ o <- rmapshaper::ms_explode(nc, sys = TRUE) }) })) sink()
The text was updated successfully, but these errors were encountered:
Good idea!
Sorry, something went wrong.
Add quiet parameter. Closes #125
9ad1915
1168c61
Successfully merging a pull request may close this issue.
I'm finding it impossible to suppress messages when calling rmapshaper with sys=TRUE
Those are some strong messages!! Any idea how to suppress these? Would it need to be the
-quiet
flag?The text was updated successfully, but these errors were encountered: