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 |
Value
A logical value.
[Package gwasrapidd version 0.99.18 Index]