...
TODO: Can we defer the convenience function for loading a specific code version?
Scenarios
Discover, retrieve and
...
download code
...
.
A user, browsing Synapse, sees a piece of code of interest (mentioned in a discussion or used in an analysis), and clicks on it. She sees:
# Load in Synapse R Client:
entity.3733 <- loadCodedownloadEntity(3733)
and begins by executing this in R.
...