Rpolyhedra (version 0.4.0)

getAvailableSources: getAvailableSources()

Description

Gets the list of names of available sources in database to be used later as references to the package.

Usage

getAvailableSources()

Arguments

Value

sources string vector, which can be obtained from getAvailableSources()

See Also

getAvailablePolyhedra, getPolyhedron

Examples

Run this code
# NOT RUN {
#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")
# }

Run the code above in your browser using DataCamp Workspace