get_children: Get children of Synapse folder

Description Usage Arguments Value Examples

View source: R/synapse-directory-structure.R

Description

Get a list of the child folders/files within a Synapse parent folder.

Usage

1
get_children(parent)

Arguments

parent

The synID of the parent folder.

Value

Synapse entity list with child folders/files.

Examples

1
2
3
4
5
6
## Not run: 
library(synapser)
synLogin()
get_children("syn123456")

## End(Not run)

Sage-Bionetworks/NicolesCurationTools documentation built on May 5, 2020, 8:29 a.m.