I am trying to pepare the NYC map using gig-lot, and trying to simply point the lat and longitudes using ggmap.
I can only see the map but no points it was working fine yesterday, the only diirence I did is I sliced the ds 2000 rows instead of whole.
mara
March 15, 2018, 11:21am
2
Could you please include your code as a self-contained reprex (short for minimal repr oducible ex ample)? It will help us help you if we can be sure we're all working with/looking at the same stuff.
If you've never heard of a reprex before, you might want to start by reading the tidyverse.org help page . The reprex dos and don'ts are also useful.
For pointers specific to the community site, check out the reprex FAQ, linked to below.
Why reprex?
Getting unstuck is hard. Your first step here is usually to create a reprex, or reproducible example. The goal of a reprex is to package your code, and information about your problem so that others can run it and feel your pain. Then, hopefully, folks can more easily provide a solution.
What's in a Reproducible Example?
Parts of a reproducible example:
background information - Describe what you are trying to do. What have you already done?
complete set up - include any library() calls and data to reproduce your issue.
data for a reprex: Here's a discussion on setting up data for a reprex
make it run - include the minimal code required to reproduce your error on the data…