Description Usage Arguments Value Examples
View source: R/synapse-directory-structure.R
Get a list of the child folders/files within a Synapse parent folder.
1 | get_children(parent)
|
parent |
The synID of the parent folder. |
Synapse entity list with child folders/files.
1 2 3 4 5 6 | ## Not run:
library(synapser)
synLogin()
get_children("syn123456")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.