getAvailableSources {Rpolyhedra} | R Documentation |
Gets the list of names of available sources in database to be used later as references to the package.
getAvailableSources()
sources string vector, which can be obtained from getAvailableSources()
getAvailablePolyhedra, getPolyhedron
# gets all sources in the database
available.sources <- getAvailableSources()
# returns all polyhedra from all sources
available.polyhedra <- getAvailablePolyhedra(sources = available.sources)
# search within the polyhedron names from all sources
cubes <- getAvailablePolyhedra(
sources = available.sources,
search.string = "cube"
)
cubes