Learn R Programming

GenomicDataCommons (version 1.3.4)

endpoints: Endpoints and Parameters

Description

endpoints() returns available endpoints.

parameters() include format (internal use only), pretty (internal use only), fields, size (number of results returned), from (index of rist result), sort, filters, and facets. See https://gdc-docs.nci.nih.gov/API/Users_Guide/Search_and_Retrieval/#query-parameters

Usage

endpoints()

parameters()

Arguments

Value

endpoints() returns a character vector of possible endpoints.

parameters() returns a list of possible parameters and their default values.

Examples

Run this code
# NOT RUN {
endpoints()
parameters()
# }

Run the code above in your browser using DataLab