synGlob | R Documentation |
Starting from the provided synapse ID, traverses descendants by name that can contain wildcards (*) that match an arbitrary number of characters.
synGlob(sid, ..., .nested = FALSE)
sid |
Synapse ID of the starting entity |
... |
One or more names for constructing a path. Accepts individual names, vectors and lists |
.nested |
Return synapse paths as flat vector (FALSE) or as nested list following the directory structure (TRUE) |
Details about glob wildcard character matching are available in the Wikipedia article.
Synapse IDs of the "plucked" entities
## Not run: synGlob( "syn26348949", "Runs", "*", "meta", "*.csv" ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.