This function will parse the current workspace to see what R datasets
are available. Using the toHTML function from the 'tools' package to interpret
the data() call, each dataset is examined in turn for type and dimensionality.
Can also use a filter for dataset types, to only show, for instance, matrix
datasets. Also you can specify whether to only look for base datasets, or to
search for datasets in all available packages. Result is a printout to the
console of the available datasets and their characteristics.