I have looked extensively to find the answer to this before asking and could not find the answer, but if its out there please point me to it. Every time I start R studio I have packages that load automatically like:
Loading required package: RMySQL
Loading required package: DBI
Loading required package: cocor
Loading required package: RMySQL
I would like these packages to stop loading automatically every time I start R studio, and have tried uninstalling and reinstalling R and R studio in addition to the following:
detach("package:RMySQL",unload=TRUE)
For all three of these packages and it doesn't work. Please help! Thank you.
sapply(ls(), function(x) class(get(x)))
named list()