Learn R Programming

PubChemR (version 2.0.1)

get_all_sources: Retrieve All Sources from PubChem

Description

This function retrieves a list of all current depositors of substances or assays from PubChem.

Usage

get_all_sources(domain = "substance")

Value

A character vector containing the names of all sources for the specified domain.

Arguments

domain

A character string specifying the domain for which sources ('substance', 'assay') are to be retrieved. Default is 'substance'.

Examples

Run this code
get_all_sources(
  domain = 'substance'
)

Run the code above in your browser using DataLab