Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Install the Synapse R client synapser to download data from Synapse. Login to Synapse with your API your API key.

Code Block
languager
library(synapser)
synLogin("my_username", "api_key")

...