I\'m eager to know,
Make a vector of all the packages using
myList <- available.packages()[,'Package']
Then you can analyze however you want. For example, a list of packages with just two character names
myList[grep('^..$', myList)]