R/buildSynapseUrl.R

## build a synapse url. for use by onweb function to open the entity
## page on the synapse web client.
## 
## Author: Matthew D. Furia <matt.furia@sagebase.org>
###############################################################################

.buildSynapseUrl <- 
  function(entity)
{
  url <- sprintf("%s/#Synapse:%s", synapsePortalEndpoint(), entity)
}
Sage-Bionetworks/rSynapseClientRewrite documentation built on May 9, 2019, 7:06 p.m.