perform_api_query: Perform API Query

View source: R/api_functions.R

perform_api_queryR Documentation

Perform API Query

Description

Perform API Query

Usage

perform_api_query(
  variables,
  query_file,
  query_dir = system.file("queries", package = "iatlasGraphQLClient"),
  api_url = "https://api-staging.cri-iatlas.org/api"
)

Arguments

variables

A named list

query_file

A string, that is a path to a text file

query_dir

A string, that is to the directory of the query file

api_url

A string, that is the URL of the API server


CRI-iAtlas/iatlasGraphqlClient documentation built on Jan. 27, 2025, 2:01 a.m.