# gets all polyhedra in the database
available.polyhedra <- getAvailablePolyhedra()
# returns all polyhedra from a given source, in this case, netlib
available.netlib.polyhedra <- getAvailablePolyhedra(sources = "netlib")
# search within the polyhedron names
cube <- getAvailablePolyhedra(sources = "netlib", search.string = "cube")
cube
Run the code above in your browser using DataLab