ref_client <- ga4gh_client("http://1kgenomes.ga4gh.org", api_location = "")
## Not run:
# ## Use the client to search for datasets
# library(magrittr)
# datasets <- ref_client %>% search_datasets() %>% content()
# datasets
#
# ## Or specify the API location within search_datasets
# search_datasets("http://1kgenomes.ga4gh.org")
#
#
# ## End(Not run)
Run the code above in your browser using DataLab