get_all_assays: Retrieve all assays

View source: R/bioactivity-APIs.R

get_all_assaysR Documentation

Retrieve all assays

Description

Retrieve all assays

Usage

get_all_assays(
  API_key = NULL,
  Server = bioactivity_api_server,
  verbose = FALSE
)

Arguments

API_key

The user-specific API key

Server

The root address for the API endpoint

verbose

A logical indicating if some “progress report” should be given.

Value

A data.frame containing all the assays and associated information

Examples


# Retrieve all assays
assays <- get_all_assays()


ctxR documentation built on April 12, 2025, 2:07 a.m.