3.4.6. Removing an R package#
To remove an installed package, use the
remove.packages()
command with the name of the package
in quotes.
For example:
remove.packages("BiocManager")
To remove an installed package, use the
remove.packages()
command with the name of the package
in quotes.
For example:
remove.packages("BiocManager")