https://github.com/Sage-Bionetworks/synapseforms
R Wrappers for Synapse Submission Forms
https://github.com/Sage-Bionetworks/synapseforms
Last synced: about 1 month ago
JSON representation
R Wrappers for Synapse Submission Forms
- Host: GitHub
- URL: https://github.com/Sage-Bionetworks/synapseforms
- Owner: Sage-Bionetworks
- License: other
- Created: 2019-11-01T23:39:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T21:36:04.000Z (about 5 years ago)
- Last Synced: 2024-04-11T01:26:27.405Z (about 1 year ago)
- Language: R
- Homepage:
- Size: 88.9 KB
- Stars: 1
- Watchers: 7
- Forks: 5
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-synapse - synapseforms - Wrappers for the [Synapse Forms Services API](https://docs.synapse.org/rest/#org.sagebionetworks.repo.web.controller.FormController). (R)
README
# synapseforms

Wrappers for the [Synapse Forms Services API](https://docs.synapse.org/rest/#org.sagebionetworks.repo.web.controller.FormController).
## Requirements
This package uses reticulate with the python Synapse client. See the
[reticulate documentation](https://rstudio.github.io/reticulate/), and the
[Synapse python client documentation](https://python-docs.synapse.org/build/html/index.html)
for setting these up. Using the Synapse client requires having a Synapse
account. See [manage Synapse credentials](https://python-docs.synapse.org/build/html/Credentials.html)
to learn how to log in through the client.## Installation
The package can be installed with
`remotes::install_github("Sage-Bionetworks/synapseforms")`.