Hi,
I am new to Posit and Posit cloud, so was looking for help here.
I am trying to install and load multiple packages like this:
install.packages(c("tidyverse", "ggplot2", "proxy", "e1071", "wk", "classInt", "DBI", "Rcpp", "s2", "units", "sf"))
library(c("tidyverse", "ggplot2", "proxy", "e1071", "wk", "classInt", "DBI", "Rcpp", "s2", "units", "sf"))
However i see an error related to the loading of the packages that says
Error in library(c("tidyverse", "ggplot2", "proxy", "e1071", "wk", "classInt", :
'package' must be of length 1
Is it not possible to load packages like this once installed?
Thanks in advance - great to be part of the community!