Learn R Programming

synapseClient (version 1.14-0)

propertyNames: propertyNames

Description

Returns the names of the properties defined for a given Synapse object.

Usage

propertyNames(object)

Arguments

entity
The Synapse object of interest.

Value

A vector of character strings giving the names of the properties defined for a given Synapse object.

See Also

propertyValue

Examples

Run this code
propertyNames(File(parentId="syn101"))
propertyNames(Evaluation())

Run the code above in your browser using DataLab