I keep getting the same error when I enter this code:
ggplot(exchangeGBP) + aes(Date, GBP/EUR) + geom_line(color = "deepskyblue")
the error code: Error in FUN(X[[i]], ...) : object 'Date' not found
should I install a package or change the code?
I keep getting the same error when I enter this code:
ggplot(exchangeGBP) + aes(Date, GBP/EUR) + geom_line(color = "deepskyblue")
the error code: Error in FUN(X[[i]], ...) : object 'Date' not found
should I install a package or change the code?
Copyright © 2021 Jogjafile Inc.
The
+
beforeaes
seems to be the issuedata