Rdocumentation
powered by
Learn R Programming
ENCODExplorer (version 1.4.3)
get_schemas: Extract the schemas from ENCODE's github
Description
The JSONs are fetched from: https://github.com/ENCODE-DCC/encoded/tree/master/src/encoded/schemas
Usage
get_schemas()
Arguments
Value
a
list
of schemas.
Details
The data is extracted using the github api: https://developer.github.com/guides/getting-started/
The data is then downloaded using the
jsonlite
package.