is_embedded {gwasrapidd}R Documentation

Is the GWAS response wrapped in an '_embedded' object?

Description

Checks if the response is wrapped in an '_embedded' object by checking if an element named '_embedded' exists.

Usage

is_embedded(obj)

Arguments

obj

The response object as return by jsonlite::fromJSON.

Value

A logical value.


[Package gwasrapidd version 0.99.17 Index]