Hi, I'm working on a class assignment and would like some help, if possible. I am just learning analytics and cannot determine what the problem is. please see following:
────── tidyverse 2.0.0 ──
dplyr 1.1.4 readr 2.1.5
forcats 1.0.0 stringr 1.5.1
ggplot2 3.5.0 tibble 3.2.1
lubridate 1.9.3 tidyr 1.3.1
purrr 1.0.2
── Conflicts ────────────────────────────────────────────────────────────────────────── tidyverse_conflicts() ──
dplyr::filter() masks stats::filter()
dplyr::lag() masks stats::lag()
Use the conflicted package to force all conflicts to become errors
browseVignettes(“ggplot2”)
Error: unexpected input in "browseVignettes(“"
library(ggplot2)
browseVignettes(“ggplot2”)
Error: unexpected input in "browseVignettes(“"
Connected to your session in progress, last started 2024-Apr-19 21:05:42 UTC (9 minutes ago)
browseVignettes(“ggplot2”)
Error: unexpected input in "browseVignettes(“"
?unexpected input in "browseVignettes"
Error: unexpected symbol in "?unexpected input"
Thank You,
Val