## Save current URL
tmpURL <- getFlowRepositoryURL()
## Temporarily set the URL to localhost
setFlowRepositoryURL("http://localhost")
## Check that it is set
getFlowRepositoryURL()
## You would need to run your own local
## FlowRepository instance on that URL for this to make sense
## Communicate with your local FlowRepository instance
## Now set it back to the original URL
setFlowRepositoryURL(tmpURL)
Run the code above in your browser using DataLab