# Get Library Locations that contains R Packages.

.Librarypaths()

# Get the List of all the Packages Insatlled.

Library()

# Get all the packages currently loaded in R Environment.

search()

# Install new Packages called XML.
Install.Packages("XML")

# Load the Package named XML.

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: