HCABrowser {HCABrowser}R Documentation

The HCABrowser Class

Description

The HCABrowser Class

Usage

HCABrowser(
  host = "dss.data.humancellatlas.org",
  api_url = "https://dss.data.humancellatlas.org/v1/swagger.json",
  per_page = 10
)

Arguments

host

character(1) path to hca-dcp server

api_url

character(1) path to hca-dcp api file

per_page

numeric(1) numbers of pages to view at a time.

Value

An HCABrowser object.

Author(s)

Daniel Van Twisk

Examples

 hca <- HCABrowser()
 hca


[Package HCABrowser version 1.6.0 Index]