Hello,
I am trying to plot a variable from a data frame, but I keep getting an unexpected symbol error.
When I scroll back to the top of my R code, when I read my csv I got the output below, and all the variables that have ' ' around it are the ones that I cannot plot, or do anything too in R.
Missing column names filled in: 'X1' [1]Parsed with column specification:
cols(
X1 = col_double(),
Date = col_character(),
AveragePrice = col_double(),
`Total Volume` = col_double(),
`4046` = col_double(),
`4225` = col_double(),
`4770` = col_double(),
`Total Bags` = col_double(),
`Small Bags` = col_double(),
`Large Bags` = col_double(),
`XLarge Bags` = col_double(),
type = col_character(),
year = col_double(),
region = col_character()
)