Skip to content
Prev 383715 / 398502 Next

Error: Cannot use `+.gg()` with a single argument.

It is just like the message suggested. You have a + at the end of each line
and
the beginning of the next.  The one at the end is required.  The ones at
the beginning are
causing the error message.

Please put spaces around your assignment arrows.
Difficult to read:  r<-murders
Easy to read:    r <- murders

On Thu, May 7, 2020 at 10:46 PM Ana Marija <sokovic.anamarija at gmail.com>
wrote: