iobis / robis

R client for the OBIS API
https://iobis.github.io/robis
Other
37 stars 11 forks source link

fix `map_ggplot()`: return map object `m` #56

Closed bbest closed 5 years ago

bbest commented 5 years ago

Hi @pieterprovoost,

Just noticing the tiniest bug in map_ggplot(), which creates the ggplot m object but neglects to return it in the function, so you get nothing when running it. This pr simply adds the m to the end of the function to return the ggplot2 map object.

pieterprovoost commented 5 years ago

Thanks for catching this one.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.2%) to 51.598% when pulling 72c0a17cce874679820c55193618d9b008c6311d on bbest:master into 641f8ed9608e88e2244ed3edd924582fa908d6dc on iobis:master.